#CCCCAB

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

Shades of Orinoco #CCCCAB

Tints of Orinoco #CCCCAB

Color information

#CCCCAB (or 0xCCCCAB) is unknown color: approx Orinoco. HEX triplet: CC, CC and AB. RGB value is (204,204,171). Sum of RGB (Red+Green+Blue) = 204+204+171=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCCAB is #333354. Grayscale: #C8C8C8. Windows color (decimal): -3355477 or 11259084. OLE color: 11259084.

HSL color Cylindrical-coordinate representation of color #CCCCAB: hue angle of 60º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCCCAB is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB204204171-
CMYK000.160.2
HSL60º24.44%73.53%-
HSV(B)60º16.18%80%-
XYZ53.8558.9647.07-
YUV200.24111.5130.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.23%
GREEN value IS 204 (80.08% from 255) = 35.23%
BLUE value IS 171 (67.19% from 255) = 29.53%
R=35.23%
G=35.23%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204204171000.160.26024.4473.53
HexCCCCAB0010143c184a
Octal3143142530020247430112
Binary110011001100110010101011001000010100111100110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCAB; }

 p { color: rgb(204,204,171); }

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

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

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

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

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

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

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