#CCCEA7

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

Shades of Orinoco #CCCEA7

Tints of Orinoco #CCCEA7

Color information

#CCCEA7 (or 0xCCCEA7) is unknown color: approx Orinoco. HEX triplet: CC, CE and A7. RGB value is (204,206,167). Sum of RGB (Red+Green+Blue) = 204+206+167=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 167 (65.62% from 255 or 28.94% from 577); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCEA7 is #333158. Grayscale: #C9C9C9. Windows color (decimal): -3354969 or 10997452. OLE color: 10997452.

HSL color Cylindrical-coordinate representation of color #CCCEA7: hue angle of 63.08º degrees, saturation: 0.28, 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 #CCCEA7 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB204206167-
CMYK0.0100.190.19
HSL63.08º28.47%73.14%-
HSV(B)63.08º18.93%80.78%-
XYZ53.9559.7745.25-
YUV200.96108.84130.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 206 (80.86% from 255) = 35.70%
BLUE value IS 167 (65.62% from 255) = 28.94%
R=35.36%
G=35.70%
B=28.94%

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
Decimal2042061670.0100.190.1963.0828.4773.14
HexCCCEA71013133f1c49
Octal3143162471023237734111
Binary110011001100111010100111101001110011111111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCEA7; }

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

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

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

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

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

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

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

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