Html Css Color HEX #CE95AB Kobi

📋 copy color: '#CE95AB'

red 206 ◦ green 149 ◦ blue 171

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

Shades of Kobi #CE95AB

Tints of Kobi #CE95AB

RGB

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

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

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

R = 39.16%
G = 28.33%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE95AB (or 0xCE95AB) is known color: Kobi. HEX triplet: CE, 95 and AB. RGB value is (206,149,171). Sum of RGB (Red+Green+Blue) = 206+149+171=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CE95AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE95AB is #316A54. Grayscale: #A8A8A8. Windows color (decimal): -3238485 or 11245006. OLE color: 11245006.

HSL color Cylindrical-coordinate representation of color #CE95AB: hue angle of 336.84º 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 #CE95AB is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 149 171 -
CMYK 0 0.28 0.17 0.19
HSL 336.84º 0.37% 0.7% -
HSV(B) 336.84º 0.28% 0.81% -
XYZ 43.55 37.56 43.48 -
YUV 168.55 129.38 154.71 -
System Red Green Blue C M Y K H S L
Decimal 206 149 171 0 0.28 0.17 0.19 336.84 0.37 0.7
Hex CE 95 AB 0 1C 11 13 151 25 46
Octal 316 225 253 0 34 21 23 521 45 106
Binary 11001110 10010101 10101011 0 11100 10001 10011 101010001 100101 1000110

Color Harmonies of #CE95AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE95AB

Black with #CE95AB

Text Example


Text Example

White with #CE95AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE95AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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