#CCCEB3

Color #CCCEB3 Orinoco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orinoco #CCCEB3

Tints of Orinoco #CCCEB3

Color information

#CCCEB3 (or 0xCCCEB3) is unknown color: approx Orinoco. HEX triplet: CC, CE and B3. RGB value is (204,206,179). Sum of RGB (Red+Green+Blue) = 204+206+179=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 179 (70.31% from 255 or 30.39% from 589); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCEB3 is #33314C. Grayscale: #CACACA. Windows color (decimal): -3354957 or 11783884. OLE color: 11783884.

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

Color convert

RGB204206179-
CMYK0.0100.130.19
HSL64.44º21.6%75.49%-
HSV(B)64.44º13.11%80.78%-
XYZ55.1160.2351.37-
YUV202.32114.84129.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.63%
GREEN value IS 206 (80.86% from 255) = 34.97%
BLUE value IS 179 (70.31% from 255) = 30.39%
R=34.63%
G=34.97%
B=30.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042061790.0100.130.1964.4421.675.49
HexCCCEB310D1340164b
Octal31431626310152310026113
Binary110011001100111010110011101101100111000000101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCEB3; }

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

 H1.HeaderClassName
 {
   color: #CCCEB3;
 }
 .AnyTagClassName
 {
   color: #CCCEB3;
 }
</style>
background-color css

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

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

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

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

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

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