Html Css Color HEX #CCCEAE Orinoco

📋 copy color: '#CCCEAE'

red 204 ◦ green 206 ◦ blue 174

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

Shades of Orinoco #CCCEAE

Tints of Orinoco #CCCEAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 29.79%

R = 34.93%
G = 35.27%
B = 29.79%

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

#CCCEAE (or 0xCCCEAE) is known color: Orinoco. HEX triplet: CC, CE and AE. RGB value is (204,206,174). Sum of RGB (Red+Green+Blue) = 204+206+174=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCEAE is #333151. Grayscale: #C9C9C9. Windows color (decimal): -3354962 or 11456204. OLE color: 11456204.

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

Color convert

RGB 204 206 174 -
CMYK 0.01 0 0.16 0.19
HSL 63.75º 0.25% 0.75% -
HSV(B) 63.75º 0.16% 0.81% -
XYZ 54.61 60.04 48.75 -
YUV 201.75 112.34 129.6 -
System Red Green Blue C M Y K H S L
Decimal 204 206 174 0.01 0 0.16 0.19 63.75 0.25 0.75
Hex CC CE AE 1 0 10 13 40 19 4B
Octal 314 316 256 1 0 20 23 100 31 113
Binary 11001100 11001110 10101110 1 0 10000 10011 1000000 11001 1001011

Color Harmonies of #CCCEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCEAE

Black with #CCCEAE

Text Example


Text Example

White with #CCCEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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