#CCCDB0

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

Shades of Orinoco #CCCDB0

Tints of Orinoco #CCCDB0

Color information

#CCCDB0 (or 0xCCCDB0) is unknown color: approx Orinoco. HEX triplet: CC, CD and B0. RGB value is (204,205,176). Sum of RGB (Red+Green+Blue) = 204+205+176=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCDB0 is #33324F. Grayscale: #C9C9C9. Windows color (decimal): -3355216 or 11587020. OLE color: 11587020.

HSL color Cylindrical-coordinate representation of color #CCCDB0: hue angle of 62.07º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCCDB0 is Cyan = 0.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB204205176-
CMYK0.0000.140.20
HSL62.07º22.48%74.71%-
HSV(B)62.07º14.15%80.39%-
XYZ54.5759.6349.71-
YUV201.4113.67129.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.87%
GREEN value IS 205 (80.47% from 255) = 35.04%
BLUE value IS 176 (69.14% from 255) = 30.09%
R=34.87%
G=35.04%
B=30.09%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2042051760.0000.140.2062.0722.4874.71
HexCCCDB000E143e164b
Octal3143152600016247626113
Binary11001100110011011011000000111010100111110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDB0; }

 p { color: rgb(204,205,176); }

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

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

 a { background-color: rgb(204,205,176); }

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

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

 span { border-color: rgb(204,205,176); }

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