Html Css Color HEX #CCCEA2 Orinoco

📋 copy color: '#CCCEA2'

red 204 ◦ green 206 ◦ blue 162

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

Shades of Orinoco #CCCEA2

Tints of Orinoco #CCCEA2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.01%

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

R = 35.66%
G = 36.01%
B = 28.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#CCCEA2 (or 0xCCCEA2) is known color: Orinoco. HEX triplet: CC, CE and A2. RGB value is (204,206,162). Sum of RGB (Red+Green+Blue) = 204+206+162=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 162 (63.67% from 255 or 28.32% from 572); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCEA2 is #33315D. Grayscale: #C8C8C8. Windows color (decimal): -3354974 or 10669772. OLE color: 10669772.

HSL color Cylindrical-coordinate representation of color #CCCEA2: hue angle of 62.73º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCCEA2 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 206 162 -
CMYK 0.01 0 0.21 0.19
HSL 62.73º 0.31% 0.72% -
HSV(B) 62.73º 0.21% 0.81% -
XYZ 53.49 59.59 42.86 -
YUV 200.39 106.34 130.58 -
System Red Green Blue C M Y K H S L
Decimal 204 206 162 0.01 0 0.21 0.19 62.73 0.31 0.72
Hex CC CE A2 1 0 15 13 3F 1F 48
Octal 314 316 242 1 0 25 23 77 37 110
Binary 11001100 11001110 10100010 1 0 10101 10011 111111 11111 1001000

Color Harmonies of #CCCEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCEA2

Black with #CCCEA2

Text Example


Text Example

White with #CCCEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCEA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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