#CCCEA5

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

Shades of Orinoco #CCCEA5

Tints of Orinoco #CCCEA5

Color information

#CCCEA5 (or 0xCCCEA5) is unknown color: approx Orinoco. HEX triplet: CC, CE and A5. RGB value is (204,206,165). Sum of RGB (Red+Green+Blue) = 204+206+165=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 165 (64.84% from 255 or 28.70% from 575); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCEA5 is #33315A. Grayscale: #C8C8C8. Windows color (decimal): -3354971 or 10866380. OLE color: 10866380.

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

Color convert

RGB204206165-
CMYK0.0100.200.19
HSL62.93º29.5%72.75%-
HSV(B)62.93º19.9%80.78%-
XYZ53.7659.744.29-
YUV200.73107.84130.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.48%
GREEN value IS 206 (80.86% from 255) = 35.83%
BLUE value IS 165 (64.84% from 255) = 28.70%
R=35.48%
G=35.83%
B=28.70%

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
Decimal2042061650.0100.200.1962.9329.572.75
HexCCCEA51014133f1d49
Octal3143162451024237735111
Binary110011001100111010100101101010010011111111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCEA5; }

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

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

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

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

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

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

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

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