#CCCFCA

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

Shades of Ottoman #CCCFCA

Tints of Ottoman #CCCFCA

Color information

#CCCFCA (or 0xCCCFCA) is unknown color: approx Ottoman. HEX triplet: CC, CF and CA. RGB value is (204,207,202). Sum of RGB (Red+Green+Blue) = 204+207+202=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFCA is #333035. Grayscale: #CDCDCD. Windows color (decimal): -3354678 or 13291468. OLE color: 13291468.

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

Color convert

RGB204207202-
CMYK0.0100.020.19
HSL96º4.95%80.2%-
HSV(B)96º2.42%81.18%-
XYZ57.8861.7364.74-
YUV205.53126.01126.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.28%
GREEN value IS 207 (81.25% from 255) = 33.77%
BLUE value IS 202 (79.30% from 255) = 32.95%
R=33.28%
G=33.77%
B=32.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042072020.0100.020.19964.9580.2
HexCCCFCA1021360550
Octal314317312102231405120
Binary11001100110011111100101010101001111000001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFCA; }

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

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

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

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

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

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

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

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