#CCCFAA

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

Shades of Orinoco #CCCFAA

Tints of Orinoco #CCCFAA

Color information

#CCCFAA (or 0xCCCFAA) is unknown color: approx Orinoco. HEX triplet: CC, CF and AA. RGB value is (204,207,170). Sum of RGB (Red+Green+Blue) = 204+207+170=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCFAA is #333055. Grayscale: #CACACA. Windows color (decimal): -3354710 or 11194316. OLE color: 11194316.

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

Color convert

RGB204207170-
CMYK0.0100.180.19
HSL64.86º27.82%73.92%-
HSV(B)64.86º17.87%81.18%-
XYZ54.4760.3746.81-
YUV201.88110.01129.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.11%
GREEN value IS 207 (81.25% from 255) = 35.63%
BLUE value IS 170 (66.80% from 255) = 29.26%
R=35.11%
G=35.63%
B=29.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042071700.0100.180.1964.8627.8273.92
HexCCCFAA101213411c4a
Octal31431725210222310134112
Binary1100110011001111101010101010010100111000001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFAA; }

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

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

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

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

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

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

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

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