#CCCFA2

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

Shades of Orinoco #CCCFA2

Tints of Orinoco #CCCFA2

Color information

#CCCFA2 (or 0xCCCFA2) is unknown color: approx Orinoco. HEX triplet: CC, CF and A2. RGB value is (204,207,162). Sum of RGB (Red+Green+Blue) = 204+207+162=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 162 (63.67% from 255 or 28.27% from 573); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCFA2 is #33305D. Grayscale: #C9C9C9. Windows color (decimal): -3354718 or 10670028. OLE color: 10670028.

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

Color convert

RGB204207162-
CMYK0.0100.220.19
HSL64º31.91%72.35%-
HSV(B)64º21.74%81.18%-
XYZ53.7460.0742.95-
YUV200.97106.01130.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.60%
GREEN value IS 207 (81.25% from 255) = 36.13%
BLUE value IS 162 (63.67% from 255) = 28.27%
R=35.60%
G=36.13%
B=28.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042071620.0100.220.196431.9172.35
HexCCCFA2101613402048
Octal31431724210262310040110
Binary11001100110011111010001010101101001110000001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFA2; }

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

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

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

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

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

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

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

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