Html Css Color HEX #CE99AB Kobi

📋 copy color: '#CE99AB'

red 206 ◦ green 153 ◦ blue 171

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

Shades of Kobi #CE99AB

Tints of Kobi #CE99AB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.87%

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

R = 38.87%
G = 28.87%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE99AB (or 0xCE99AB) is known color: Kobi. HEX triplet: CE, 99 and AB. RGB value is (206,153,171). Sum of RGB (Red+Green+Blue) = 206+153+171=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CE99AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE99AB is #316654. Grayscale: #AAAAAA. Windows color (decimal): -3237461 or 11246030. OLE color: 11246030.

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

Color convert

RGB 206 153 171 -
CMYK 0 0.26 0.17 0.19
HSL 339.62º 0.35% 0.7% -
HSV(B) 339.62º 0.26% 0.81% -
XYZ 44.2 38.84 43.7 -
YUV 170.9 128.06 153.04 -
System Red Green Blue C M Y K H S L
Decimal 206 153 171 0 0.26 0.17 0.19 339.62 0.35 0.7
Hex CE 99 AB 0 1A 11 13 154 23 46
Octal 316 231 253 0 32 21 23 524 43 106
Binary 11001110 10011001 10101011 0 11010 10001 10011 101010100 100011 1000110

Color Harmonies of #CE99AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE99AB

Black with #CE99AB

Text Example


Text Example

White with #CE99AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE99AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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