Html Css Color HEX #CCD5A4 Orinoco

📋 copy color: '#CCD5A4'

red 204 ◦ green 213 ◦ blue 164

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

Shades of Orinoco #CCD5A4

Tints of Orinoco #CCD5A4

RGB

 RED value IS 204 (80.08% from 255) = 35.11%

 GREEN value IS 213 (83.59% from 255) = 36.66%

 BLUE value IS 164 (64.45% from 255) = 28.23%

R = 35.11%
G = 36.66%
B = 28.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#CCD5A4 (or 0xCCD5A4) is known color: Orinoco. HEX triplet: CC, D5 and A4. RGB value is (204,213,164). Sum of RGB (Red+Green+Blue) = 204+213+164=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 164 (64.45% from 255 or 28.23% from 581); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD5A4 is #332A5B. Grayscale: #CCCCCC. Windows color (decimal): -3353180 or 10802636. OLE color: 10802636.

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

Color convert

RGB 204 213 164 -
CMYK 0.04 0 0.23 0.16
HSL 71.02º 0.37% 0.74% -
HSV(B) 71.02º 0.23% 0.84% -
XYZ 55.4 63.11 44.38 -
YUV 204.72 105.02 127.48 -
System Red Green Blue C M Y K H S L
Decimal 204 213 164 0.04 0 0.23 0.16 71.02 0.37 0.74
Hex CC D5 A4 4 0 17 10 47 25 4A
Octal 314 325 244 4 0 27 20 107 45 112
Binary 11001100 11010101 10100100 100 0 10111 10000 1000111 100101 1001010

Color Harmonies of #CCD5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD5A4

Black with #CCD5A4

Text Example


Text Example

White with #CCD5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD5A4; }

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

 H1.HeaderClassName
 {
   color: #CCD5A4;
 }
 .AnyTagClassName
 {
   color: #CCD5A4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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