Html Css Color HEX #CE85AB Kobi

📋 copy color: '#CE85AB'

red 206 ◦ green 133 ◦ blue 171

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

Shades of Kobi #CE85AB

Tints of Kobi #CE85AB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.08%

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

R = 40.39%
G = 26.08%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE85AB (or 0xCE85AB) is known color: Kobi. HEX triplet: CE, 85 and AB. RGB value is (206,133,171). Sum of RGB (Red+Green+Blue) = 206+133+171=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE85AB is #317A54. Grayscale: #9F9F9F. Windows color (decimal): -3242581 or 11240910. OLE color: 11240910.

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

Color convert

RGB 206 133 171 -
CMYK 0 0.35 0.17 0.19
HSL 328.77º 0.43% 0.66% -
HSV(B) 328.77º 0.35% 0.81% -
XYZ 41.19 32.84 42.7 -
YUV 159.16 134.68 161.41 -
System Red Green Blue C M Y K H S L
Decimal 206 133 171 0 0.35 0.17 0.19 328.77 0.43 0.66
Hex CE 85 AB 0 23 11 13 149 2B 42
Octal 316 205 253 0 43 21 23 511 53 102
Binary 11001110 10000101 10101011 0 100011 10001 10011 101001001 101011 1000010

Color Harmonies of #CE85AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE85AB

Black with #CE85AB

Text Example


Text Example

White with #CE85AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE85AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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