#CCCFA6

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

Shades of Orinoco #CCCFA6

Tints of Orinoco #CCCFA6

Color information

#CCCFA6 (or 0xCCCFA6) is unknown color: approx Orinoco. HEX triplet: CC, CF and A6. RGB value is (204,207,166). Sum of RGB (Red+Green+Blue) = 204+207+166=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 166 (65.23% from 255 or 28.77% from 577); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCFA6 is #333059. Grayscale: #C9C9C9. Windows color (decimal): -3354714 or 10932172. OLE color: 10932172.

HSL color Cylindrical-coordinate representation of color #CCCFA6: hue angle of 64.39º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCCFA6 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB204207166-
CMYK0.0100.200.19
HSL64.39º29.93%73.14%-
HSV(B)64.39º19.81%81.18%-
XYZ54.160.2244.85-
YUV201.43108.01129.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 207 (81.25% from 255) = 35.88%
BLUE value IS 166 (65.23% from 255) = 28.77%
R=35.36%
G=35.88%
B=28.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042071660.0100.200.1964.3929.9373.14
HexCCCFA6101413401e49
Octal31431724610242310036111
Binary1100110011001111101001101010100100111000000111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFA6; }

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

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

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

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

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

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

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

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