Html Css Color HEX #CE95AD Kobi

📋 copy color: '#CE95AD'

red 206 ◦ green 149 ◦ blue 173

#CE95AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kobi #CE95AD

Tints of Kobi #CE95AD

RGB

 RED value IS 206 (80.86% from 255) = 39.02%

 GREEN value IS 149 (58.59% from 255) = 28.22%

 BLUE value IS 173 (67.97% from 255) = 32.77%

R = 39.02%
G = 28.22%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CE95AD (or 0xCE95AD) is known color: Kobi. HEX triplet: CE, 95 and AD. RGB value is (206,149,173). Sum of RGB (Red+Green+Blue) = 206+149+173=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CE95AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE95AD is #316A52. Grayscale: #A8A8A8. Windows color (decimal): -3238483 or 11376078. OLE color: 11376078.

HSL color Cylindrical-coordinate representation of color #CE95AD: hue angle of 334.74º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE95AD is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 149 173 -
CMYK 0 0.28 0.16 0.19
HSL 334.74º 0.37% 0.7% -
HSV(B) 334.74º 0.28% 0.81% -
XYZ 43.74 37.63 44.49 -
YUV 168.78 130.38 154.55 -
System Red Green Blue C M Y K H S L
Decimal 206 149 173 0 0.28 0.16 0.19 334.74 0.37 0.7
Hex CE 95 AD 0 1C 10 13 14F 25 46
Octal 316 225 255 0 34 20 23 517 45 106
Binary 11001110 10010101 10101101 0 11100 10000 10011 101001111 100101 1000110

Color Harmonies of #CE95AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE95AD

Black with #CE95AD

Text Example


Text Example

White with #CE95AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE95AD; }

 p { color: rgb(206,149,173); }

 H1.HeaderClassName
 {
   color: #CE95AD;
 }
 .AnyTagClassName
 {
   color: #CE95AD;
 }
</style>

background-color css

<style>
 a { background-color: #CE95AD; }

 a { background-color: rgb(206,149,173); }

 div.DivClassName
 {
   background-color: #CE95AD;
 }
 .BgClassName
 {
   background-color: #CE95AD;
 }
</style>

border-color css

<style>
 span { border-color: #CE95AD; }

 span { border-color: rgb(206,149,173); }

 td.TdClassName
 {
   border-color: #CE95AD;
 }
 .TagClassName
 {
   border-color: #CE95AD;
 }
</style>