#CCCFB1

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

Shades of Orinoco #CCCFB1

Tints of Orinoco #CCCFB1

Color information

#CCCFB1 (or 0xCCCFB1) is unknown color: approx Orinoco. HEX triplet: CC, CF and B1. RGB value is (204,207,177). Sum of RGB (Red+Green+Blue) = 204+207+177=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 177 (69.53% from 255 or 30.10% from 588); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCFB1 is #33304E. Grayscale: #CACACA. Windows color (decimal): -3354703 or 11653068. OLE color: 11653068.

HSL color Cylindrical-coordinate representation of color #CCCFB1: hue angle of 66º degrees, saturation: 0.24, 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 #CCCFB1 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB204207177-
CMYK0.0100.140.19
HSL66º23.81%75.29%-
HSV(B)66º14.49%81.18%-
XYZ55.1560.6450.39-
YUV202.68113.51128.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.69%
GREEN value IS 207 (81.25% from 255) = 35.20%
BLUE value IS 177 (69.53% from 255) = 30.10%
R=34.69%
G=35.20%
B=30.10%

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
Decimal2042071770.0100.140.196623.8175.29
HexCCCFB110E1342184b
Octal31431726110162310230113
Binary110011001100111110110001101110100111000010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFB1; }

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

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

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

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

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

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

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

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