Html Css Color HEX #CCCDA2 Orinoco

📋 copy color: '#CCCDA2'

red 204 ◦ green 205 ◦ blue 162

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

Shades of Orinoco #CCCDA2

Tints of Orinoco #CCCDA2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.9%

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

R = 35.73%
G = 35.9%
B = 28.37%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#CCCDA2 (or 0xCCCDA2) is known color: Orinoco. HEX triplet: CC, CD and A2. RGB value is (204,205,162). Sum of RGB (Red+Green+Blue) = 204+205+162=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 162 (63.67% from 255 or 28.37% from 571); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCDA2 is #33325D. Grayscale: #C7C7C7. Windows color (decimal): -3355230 or 10669516. OLE color: 10669516.

HSL color Cylindrical-coordinate representation of color #CCCDA2: hue angle of 61.4º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCCDA2 is Cyan = 0.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 205 162 -
CMYK 0.00 0 0.21 0.20
HSL 61.4º 0.3% 0.72% -
HSV(B) 61.4º 0.21% 0.8% -
XYZ 53.25 59.11 42.78 -
YUV 199.8 106.67 131 -
System Red Green Blue C M Y K H S L
Decimal 204 205 162 0.00 0 0.21 0.20 61.4 0.3 0.72
Hex CC CD A2 0 0 15 14 3D 1E 48
Octal 314 315 242 0 0 25 24 75 36 110
Binary 11001100 11001101 10100010 0 0 10101 10100 111101 11110 1001000

Color Harmonies of #CCCDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCDA2

Black with #CCCDA2

Text Example


Text Example

White with #CCCDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCDA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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