#CACFC6

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

Shades of Ottoman #CACFC6

Tints of Ottoman #CACFC6

Color information

#CACFC6 (or 0xCACFC6) is unknown color: approx Ottoman. HEX triplet: CA, CF and C6. RGB value is (202,207,198). Sum of RGB (Red+Green+Blue) = 202+207+198=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 198 (77.73% from 255 or 32.62% from 607); Max value from RGB is 207 - color contains mainly: green. Hex color #CACFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFC6 is #353039. Grayscale: #CCCCCC. Windows color (decimal): -3485754 or 13029322. OLE color: 13029322.

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

Color convert

RGB202207198-
CMYK0.0200.040.19
HSL93.33º8.57%79.41%-
HSV(B)93.33º4.35%81.18%-
XYZ56.8661.2662.25-
YUV204.48124.34126.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.28%
GREEN value IS 207 (81.25% from 255) = 34.10%
BLUE value IS 198 (77.73% from 255) = 32.62%
R=33.28%
G=34.10%
B=32.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022071980.0200.040.1993.338.5779.41
HexCACFC6204135d94f
Octal3123173062042313511117
Binary11001010110011111100011010010010011101110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFC6; }

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

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

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

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

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

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

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

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