Html Css Color HEX #CCD8A2 Orinoco

📋 copy color: '#CCD8A2'

red 204 ◦ green 216 ◦ blue 162

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

Shades of Orinoco #CCD8A2

Tints of Orinoco #CCD8A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 27.84%

R = 35.05%
G = 37.11%
B = 27.84%

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

#CCD8A2 (or 0xCCD8A2) is known color: Orinoco. HEX triplet: CC, D8 and A2. RGB value is (204,216,162). Sum of RGB (Red+Green+Blue) = 204+216+162=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 162 (63.67% from 255 or 27.84% from 582); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD8A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD8A2 is #33275D. Grayscale: #CECECE. Windows color (decimal): -3352414 or 10672332. OLE color: 10672332.

HSL color Cylindrical-coordinate representation of color #CCD8A2: hue angle of 73.33º 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 #CCD8A2 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 216 162 -
CMYK 0.06 0 0.25 0.15
HSL 73.33º 0.41% 0.74% -
HSV(B) 73.33º 0.25% 0.85% -
XYZ 55.98 64.56 43.69 -
YUV 206.26 103.02 126.39 -
System Red Green Blue C M Y K H S L
Decimal 204 216 162 0.06 0 0.25 0.15 73.33 0.41 0.74
Hex CC D8 A2 6 0 19 F 49 29 4A
Octal 314 330 242 6 0 31 17 111 51 112
Binary 11001100 11011000 10100010 110 0 11001 1111 1001001 101001 1001010

Color Harmonies of #CCD8A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD8A2

Black with #CCD8A2

Text Example


Text Example

White with #CCD8A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD8A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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