Html Css Color HEX #CACCC8 Ottoman

📋 copy color: '#CACCC8'

red 202 ◦ green 204 ◦ blue 200

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

Shades of Ottoman #CACCC8

Tints of Ottoman #CACCC8

RGB

 RED value IS 202 (79.3% from 255) = 33.33%

 GREEN value IS 204 (80.08% from 255) = 33.66%

 BLUE value IS 200 (78.52% from 255) = 33%

R = 33.33%
G = 33.66%
B = 33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CACCC8 (or 0xCACCC8) is known color: Ottoman. HEX triplet: CA, CC and C8. RGB value is (202,204,200). Sum of RGB (Red+Green+Blue) = 202+204+200=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 200 (78.52% from 255 or 33.00% from 606); Max value from RGB is 204 - color contains mainly: green. Hex color #CACCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCC8 is #353337. Grayscale: #CACACA. Windows color (decimal): -3486520 or 13159626. OLE color: 13159626.

HSL color Cylindrical-coordinate representation of color #CACCC8: hue angle of 90º degrees, saturation: 0.04, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CACCC8 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 204 200 -
CMYK 0.01 0 0.02 0.2
HSL 90º 0.04% 0.79% -
HSV(B) 90º 0.02% 0.8% -
XYZ 56.38 59.91 63.24 -
YUV 202.95 126.34 127.33 -
System Red Green Blue C M Y K H S L
Decimal 202 204 200 0.01 0 0.02 0.2 90 0.04 0.79
Hex CA CC C8 1 0 2 14 5A 4 4F
Octal 312 314 310 1 0 2 24 132 4 117
Binary 11001010 11001100 11001000 1 0 10 10100 1011010 100 1001111

Color Harmonies of #CACCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACCC8

Black with #CACCC8

Text Example


Text Example

White with #CACCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACCC8; }

 p { color: rgb(202,204,200); }

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

background-color css

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

 a { background-color: rgb(202,204,200); }

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

border-color css

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

 span { border-color: rgb(202,204,200); }

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