#CCD0B4

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

Shades of Orinoco #CCD0B4

Tints of Orinoco #CCD0B4

Color information

#CCD0B4 (or 0xCCD0B4) is unknown color: approx Orinoco. HEX triplet: CC, D0 and B4. RGB value is (204,208,180). Sum of RGB (Red+Green+Blue) = 204+208+180=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 180 (70.70% from 255 or 30.41% from 592); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD0B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD0B4 is #332F4B. Grayscale: #CBCBCB. Windows color (decimal): -3354444 or 11849932. OLE color: 11849932.

HSL color Cylindrical-coordinate representation of color #CCD0B4: hue angle of 68.57º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCD0B4 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB204208180-
CMYK0.0200.130.18
HSL68.57º22.95%76.08%-
HSV(B)68.57º13.46%81.57%-
XYZ55.761.2452.07-
YUV203.61114.67128.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.46%
GREEN value IS 208 (81.64% from 255) = 35.14%
BLUE value IS 180 (70.70% from 255) = 30.41%
R=34.46%
G=35.14%
B=30.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042081800.0200.130.1868.5722.9576.08
HexCCD0B420D1245174c
Octal31432026420152210527114
Binary1100110011010000101101001001101100101000101101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD0B4; }

 p { color: rgb(204,208,180); }

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

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

 a { background-color: rgb(204,208,180); }

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

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

 span { border-color: rgb(204,208,180); }

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