#CCCFA7

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

Shades of Orinoco #CCCFA7

Tints of Orinoco #CCCFA7

Color information

#CCCFA7 (or 0xCCCFA7) is unknown color: approx Orinoco. HEX triplet: CC, CF and A7. RGB value is (204,207,167). Sum of RGB (Red+Green+Blue) = 204+207+167=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 167 (65.62% from 255 or 28.89% from 578); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCFA7 is #333058. Grayscale: #C9C9C9. Windows color (decimal): -3354713 or 10997708. OLE color: 10997708.

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

Color convert

RGB204207167-
CMYK0.0100.190.19
HSL64.5º29.41%73.33%-
HSV(B)64.5º19.32%81.18%-
XYZ54.1960.2545.33-
YUV201.54108.51129.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.29%
GREEN value IS 207 (81.25% from 255) = 35.81%
BLUE value IS 167 (65.62% from 255) = 28.89%
R=35.29%
G=35.81%
B=28.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042071670.0100.190.1964.529.4173.33
HexCCCFA7101313401d49
Octal31431724710232310035111
Binary1100110011001111101001111010011100111000000111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFA7; }

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

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

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

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

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

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

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

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