Html Css Color HEX #CCCEAD Orinoco

📋 copy color: '#CCCEAD'

red 204 ◦ green 206 ◦ blue 173

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

Shades of Orinoco #CCCEAD

Tints of Orinoco #CCCEAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 29.67%

R = 34.99%
G = 35.33%
B = 29.67%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CCCEAD (or 0xCCCEAD) is known color: Orinoco. HEX triplet: CC, CE and AD. RGB value is (204,206,173). Sum of RGB (Red+Green+Blue) = 204+206+173=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCEAD is #333152. Grayscale: #C9C9C9. Windows color (decimal): -3354963 or 11390668. OLE color: 11390668.

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

Color convert

RGB 204 206 173 -
CMYK 0.01 0 0.16 0.19
HSL 63.64º 0.25% 0.74% -
HSV(B) 63.64º 0.16% 0.81% -
XYZ 54.52 60 48.24 -
YUV 201.64 111.84 129.68 -
System Red Green Blue C M Y K H S L
Decimal 204 206 173 0.01 0 0.16 0.19 63.64 0.25 0.74
Hex CC CE AD 1 0 10 13 40 19 4A
Octal 314 316 255 1 0 20 23 100 31 112
Binary 11001100 11001110 10101101 1 0 10000 10011 1000000 11001 1001010

Color Harmonies of #CCCEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCEAD

Black with #CCCEAD

Text Example


Text Example

White with #CCCEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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