Html Css Color HEX #CCCEA1 Orinoco

📋 copy color: '#CCCEA1'

red 204 ◦ green 206 ◦ blue 161

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

Shades of Orinoco #CCCEA1

Tints of Orinoco #CCCEA1

RGB

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

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

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

R = 35.73%
G = 36.08%
B = 28.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CCCEA1 (or 0xCCCEA1) is known color: Orinoco. HEX triplet: CC, CE and A1. RGB value is (204,206,161). Sum of RGB (Red+Green+Blue) = 204+206+161=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 161 (63.28% from 255 or 28.20% from 571); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCEA1 is #33315E. Grayscale: #C8C8C8. Windows color (decimal): -3354975 or 10604236. OLE color: 10604236.

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

Color convert

RGB 204 206 161 -
CMYK 0.01 0 0.22 0.19
HSL 62.67º 0.31% 0.72% -
HSV(B) 62.67º 0.22% 0.81% -
XYZ 53.41 59.55 42.4 -
YUV 200.27 105.84 130.66 -
System Red Green Blue C M Y K H S L
Decimal 204 206 161 0.01 0 0.22 0.19 62.67 0.31 0.72
Hex CC CE A1 1 0 16 13 3F 1F 48
Octal 314 316 241 1 0 26 23 77 37 110
Binary 11001100 11001110 10100001 1 0 10110 10011 111111 11111 1001000

Color Harmonies of #CCCEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCEA1

Black with #CCCEA1

Text Example


Text Example

White with #CCCEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCEA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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