Html Css Color HEX #CCD5A6 Orinoco

📋 copy color: '#CCD5A6'

red 204 ◦ green 213 ◦ blue 166

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

Shades of Orinoco #CCD5A6

Tints of Orinoco #CCD5A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 28.47%

R = 34.99%
G = 36.54%
B = 28.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#CCD5A6 (or 0xCCD5A6) is known color: Orinoco. HEX triplet: CC, D5 and A6. RGB value is (204,213,166). Sum of RGB (Red+Green+Blue) = 204+213+166=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 166 (65.23% from 255 or 28.47% from 583); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD5A6 is #332A59. Grayscale: #CDCDCD. Windows color (decimal): -3353178 or 10933708. OLE color: 10933708.

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

Color convert

RGB 204 213 166 -
CMYK 0.04 0 0.22 0.16
HSL 71.49º 0.36% 0.74% -
HSV(B) 71.49º 0.22% 0.84% -
XYZ 55.58 63.18 45.34 -
YUV 204.95 106.02 127.32 -
System Red Green Blue C M Y K H S L
Decimal 204 213 166 0.04 0 0.22 0.16 71.49 0.36 0.74
Hex CC D5 A6 4 0 16 10 47 24 4A
Octal 314 325 246 4 0 26 20 107 44 112
Binary 11001100 11010101 10100110 100 0 10110 10000 1000111 100100 1001010

Color Harmonies of #CCD5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD5A6

Black with #CCD5A6

Text Example


Text Example

White with #CCD5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD5A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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