Html Css Color HEX #CCD8A1 Orinoco

📋 copy color: '#CCD8A1'

red 204 ◦ green 216 ◦ blue 161

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

Shades of Orinoco #CCD8A1

Tints of Orinoco #CCD8A1

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.18%

 BLUE value IS 161 (63.28% from 255) = 27.71%

R = 35.11%
G = 37.18%
B = 27.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#CCD8A1 (or 0xCCD8A1) is known color: Orinoco. HEX triplet: CC, D8 and A1. RGB value is (204,216,161). Sum of RGB (Red+Green+Blue) = 204+216+161=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 161 (63.28% from 255 or 27.71% from 581); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD8A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD8A1 is #33275E. Grayscale: #CECECE. Windows color (decimal): -3352415 or 10606796. OLE color: 10606796.

HSL color Cylindrical-coordinate representation of color #CCD8A1: hue angle of 73.09º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCD8A1 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 216 161 -
CMYK 0.06 0 0.25 0.15
HSL 73.09º 0.41% 0.74% -
HSV(B) 73.09º 0.25% 0.85% -
XYZ 55.89 64.52 43.23 -
YUV 206.14 102.52 126.47 -
System Red Green Blue C M Y K H S L
Decimal 204 216 161 0.06 0 0.25 0.15 73.09 0.41 0.74
Hex CC D8 A1 6 0 19 F 49 29 4A
Octal 314 330 241 6 0 31 17 111 51 112
Binary 11001100 11011000 10100001 110 0 11001 1111 1001001 101001 1001010

Color Harmonies of #CCD8A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD8A1

Black with #CCD8A1

Text Example


Text Example

White with #CCD8A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD8A1; }

 p { color: rgb(204,216,161); }

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

background-color css

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

 a { background-color: rgb(204,216,161); }

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

border-color css

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

 span { border-color: rgb(204,216,161); }

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