#CACFC4

Color #CACFC4 Ottoman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ottoman #CACFC4

Tints of Ottoman #CACFC4

Color information

#CACFC4 (or 0xCACFC4) is unknown color: approx Ottoman. HEX triplet: CA, CF and C4. RGB value is (202,207,196). Sum of RGB (Red+Green+Blue) = 202+207+196=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 196 (76.95% from 255 or 32.40% from 605); Max value from RGB is 207 - color contains mainly: green. Hex color #CACFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFC4 is #35303B. Grayscale: #CCCCCC. Windows color (decimal): -3485756 or 12898250. OLE color: 12898250.

HSL color Cylindrical-coordinate representation of color #CACFC4: hue angle of 87.27º degrees, saturation: 0.1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CACFC4 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB202207196-
CMYK0.0200.050.19
HSL87.27º10.28%79.02%-
HSV(B)87.27º5.31%81.18%-
XYZ56.6361.1761.05-
YUV204.25123.34126.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.39%
GREEN value IS 207 (81.25% from 255) = 34.21%
BLUE value IS 196 (76.95% from 255) = 32.40%
R=33.39%
G=34.21%
B=32.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022071960.0200.050.1987.2710.2879.02
HexCACFC42051357a4f
Octal3123173042052312712117
Binary11001010110011111100010010010110011101011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFC4; }

 p { color: rgb(202,207,196); }

 H1.HeaderClassName
 {
   color: #CACFC4;
 }
 .AnyTagClassName
 {
   color: #CACFC4;
 }
</style>
background-color css

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

 a { background-color: rgb(202,207,196); }

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

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

 span { border-color: rgb(202,207,196); }

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