Html Css Color HEX #CE96AB Kobi

📋 copy color: '#CE96AB'

red 206 ◦ green 150 ◦ blue 171

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

Shades of Kobi #CE96AB

Tints of Kobi #CE96AB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.46%

 BLUE value IS 171 (67.19% from 255) = 32.45%

R = 39.09%
G = 28.46%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE96AB (or 0xCE96AB) is known color: Kobi. HEX triplet: CE, 96 and AB. RGB value is (206,150,171). Sum of RGB (Red+Green+Blue) = 206+150+171=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CE96AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE96AB is #316954. Grayscale: #A9A9A9. Windows color (decimal): -3238229 or 11245262. OLE color: 11245262.

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

Color convert

RGB 206 150 171 -
CMYK 0 0.27 0.17 0.19
HSL 337.5º 0.36% 0.7% -
HSV(B) 337.5º 0.27% 0.81% -
XYZ 43.71 37.87 43.53 -
YUV 169.14 129.05 154.29 -
System Red Green Blue C M Y K H S L
Decimal 206 150 171 0 0.27 0.17 0.19 337.5 0.36 0.7
Hex CE 96 AB 0 1B 11 13 152 24 46
Octal 316 226 253 0 33 21 23 522 44 106
Binary 11001110 10010110 10101011 0 11011 10001 10011 101010010 100100 1000110

Color Harmonies of #CE96AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE96AB

Black with #CE96AB

Text Example


Text Example

White with #CE96AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE96AB; }

 p { color: rgb(206,150,171); }

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

background-color css

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

 a { background-color: rgb(206,150,171); }

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

border-color css

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

 span { border-color: rgb(206,150,171); }

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