#CCCFB0

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

Shades of Orinoco #CCCFB0

Tints of Orinoco #CCCFB0

Color information

#CCCFB0 (or 0xCCCFB0) is unknown color: approx Orinoco. HEX triplet: CC, CF and B0. RGB value is (204,207,176). Sum of RGB (Red+Green+Blue) = 204+207+176=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 176 (69.14% from 255 or 29.98% from 587); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCFB0 is #33304F. Grayscale: #CACACA. Windows color (decimal): -3354704 or 11587532. OLE color: 11587532.

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

Color convert

RGB204207176-
CMYK0.0100.150.19
HSL65.81º24.41%75.1%-
HSV(B)65.81º14.98%81.18%-
XYZ55.0560.649.87-
YUV202.57113.01129.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.75%
GREEN value IS 207 (81.25% from 255) = 35.26%
BLUE value IS 176 (69.14% from 255) = 29.98%
R=34.75%
G=35.26%
B=29.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042071760.0100.150.1965.8124.4175.1
HexCCCFB010F1342184b
Octal31431726010172310230113
Binary110011001100111110110000101111100111000010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFB0; }

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

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

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

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

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

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

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

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