Html Css Color HEX #CCCEAC Orinoco

📋 copy color: '#CCCEAC'

red 204 ◦ green 206 ◦ blue 172

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

Shades of Orinoco #CCCEAC

Tints of Orinoco #CCCEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 29.55%

R = 35.05%
G = 35.4%
B = 29.55%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CCCEAC (or 0xCCCEAC) is known color: Orinoco. HEX triplet: CC, CE and AC. RGB value is (204,206,172). Sum of RGB (Red+Green+Blue) = 204+206+172=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 172 (67.58% from 255 or 29.55% from 582); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCEAC is #333153. Grayscale: #C9C9C9. Windows color (decimal): -3354964 or 11325132. OLE color: 11325132.

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

Color convert

RGB 204 206 172 -
CMYK 0.01 0 0.17 0.19
HSL 63.53º 0.26% 0.74% -
HSV(B) 63.53º 0.17% 0.81% -
XYZ 54.42 59.96 47.73 -
YUV 201.53 111.34 129.76 -
System Red Green Blue C M Y K H S L
Decimal 204 206 172 0.01 0 0.17 0.19 63.53 0.26 0.74
Hex CC CE AC 1 0 11 13 40 1A 4A
Octal 314 316 254 1 0 21 23 100 32 112
Binary 11001100 11001110 10101100 1 0 10001 10011 1000000 11010 1001010

Color Harmonies of #CCCEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCEAC

Black with #CCCEAC

Text Example


Text Example

White with #CCCEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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