#CCCEB1

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

Shades of Orinoco #CCCEB1

Tints of Orinoco #CCCEB1

Color information

#CCCEB1 (or 0xCCCEB1) is unknown color: approx Orinoco. HEX triplet: CC, CE and B1. RGB value is (204,206,177). Sum of RGB (Red+Green+Blue) = 204+206+177=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 177 (69.53% from 255 or 30.15% from 587); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCEB1 is #33314E. Grayscale: #CACACA. Windows color (decimal): -3354959 or 11652812. OLE color: 11652812.

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

Color convert

RGB204206177-
CMYK0.0100.140.19
HSL64.14º22.83%75.1%-
HSV(B)64.14º14.08%80.78%-
XYZ54.9160.1550.31-
YUV202.1113.84129.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.75%
GREEN value IS 206 (80.86% from 255) = 35.09%
BLUE value IS 177 (69.53% from 255) = 30.15%
R=34.75%
G=35.09%
B=30.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042061770.0100.140.1964.1422.8375.1
HexCCCEB110E1340174b
Octal31431626110162310027113
Binary110011001100111010110001101110100111000000101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCEB1; }

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

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

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

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

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

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

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

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