#CCD5A0

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

Shades of Orinoco #CCD5A0

Tints of Orinoco #CCD5A0

Color information

#CCD5A0 (or 0xCCD5A0) is unknown color: approx Orinoco. HEX triplet: CC, D5 and A0. RGB value is (204,213,160). Sum of RGB (Red+Green+Blue) = 204+213+160=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 160 (62.89% from 255 or 27.73% from 577); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD5A0 is #332A5F. Grayscale: #CCCCCC. Windows color (decimal): -3353184 or 10540492. OLE color: 10540492.

HSL color Cylindrical-coordinate representation of color #CCD5A0: hue angle of 70.19º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCD5A0 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB204213160-
CMYK0.0400.250.16
HSL70.19º38.69%73.14%-
HSV(B)70.19º24.88%83.53%-
XYZ55.0462.9642.51-
YUV204.27103.02127.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 213 (83.59% from 255) = 36.92%
BLUE value IS 160 (62.89% from 255) = 27.73%
R=35.36%
G=36.92%
B=27.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042131600.0400.250.1670.1938.6973.14
HexCCD5A0401910462749
Octal31432524040312010647111
Binary1100110011010101101000001000110011000010001101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD5A0; }

 p { color: rgb(204,213,160); }

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

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

 a { background-color: rgb(204,213,160); }

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

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

 span { border-color: rgb(204,213,160); }

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