#CDCCA7

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

Shades of Orinoco #CDCCA7

Tints of Orinoco #CDCCA7

Color information

#CDCCA7 (or 0xCDCCA7) is unknown color: approx Orinoco. HEX triplet: CD, CC and A7. RGB value is (205,204,167). Sum of RGB (Red+Green+Blue) = 205+204+167=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 167 (65.62% from 255 or 28.99% from 576); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCCA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCCA7 is #323358. Grayscale: #C8C8C8. Windows color (decimal): -3289945 or 10996941. OLE color: 10996941.

HSL color Cylindrical-coordinate representation of color #CDCCA7: hue angle of 58.42º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDCCA7 is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB205204167-
CMYK00.000.190.20
HSL58.42º27.54%72.94%-
HSV(B)58.42º18.54%80.39%-
XYZ53.7458.9545.11-
YUV200.08109.33131.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.59%
GREEN value IS 204 (80.08% from 255) = 35.42%
BLUE value IS 167 (65.62% from 255) = 28.99%
R=35.59%
G=35.42%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520416700.000.190.2058.4227.5472.94
HexCDCCA70013143a1c49
Octal3153142470023247234111
Binary110011011100110010100111001001110100111010111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCCA7; }

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

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

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

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

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

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

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

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