#CCCCA7

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

Shades of Orinoco #CCCCA7

Tints of Orinoco #CCCCA7

Color information

#CCCCA7 (or 0xCCCCA7) is unknown color: approx Orinoco. HEX triplet: CC, CC and A7. RGB value is (204,204,167). Sum of RGB (Red+Green+Blue) = 204+204+167=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 167 (65.62% from 255 or 29.04% from 575); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCCA7 is #333358. Grayscale: #C7C7C7. Windows color (decimal): -3355481 or 10996940. OLE color: 10996940.

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

Color convert

RGB204204167-
CMYK000.180.2
HSL60º26.62%72.75%-
HSV(B)60º18.14%80%-
XYZ53.4758.8145.09-
YUV199.78109.5131.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.48%
GREEN value IS 204 (80.08% from 255) = 35.48%
BLUE value IS 167 (65.62% from 255) = 29.04%
R=35.48%
G=35.48%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204204167000.180.26026.6272.75
HexCCCCA70012143c1b49
Octal3143142470022247433111
Binary110011001100110010100111001001010100111100110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCA7; }

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

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

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

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

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

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

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

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