Html Css Color HEX #CCD5A0 Orinoco

📋 copy color: '#CCD5A0'

red 204 ◦ green 213 ◦ blue 160

#CCD5A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orinoco #CCD5A0

Tints of Orinoco #CCD5A0

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 value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#CCD5A0 (or 0xCCD5A0) is known color: 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

RGB 204 213 160 -
CMYK 0.04 0 0.25 0.16
HSL 70.19º 0.39% 0.73% -
HSV(B) 70.19º 0.25% 0.84% -
XYZ 55.04 62.96 42.51 -
YUV 204.27 103.02 127.81 -
System Red Green Blue C M Y K H S L
Decimal 204 213 160 0.04 0 0.25 0.16 70.19 0.39 0.73
Hex CC D5 A0 4 0 19 10 46 27 49
Octal 314 325 240 4 0 31 20 106 47 111
Binary 11001100 11010101 10100000 100 0 11001 10000 1000110 100111 1001001

Color Harmonies of #CCD5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD5A0

Black with #CCD5A0

Text Example


Text Example

White with #CCD5A0

Text Example


Text Example

HTML Codes & Css Web 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>