#CDCCA5

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

Shades of Orinoco #CDCCA5

Tints of Orinoco #CDCCA5

Color information

#CDCCA5 (or 0xCDCCA5) is unknown color: approx Orinoco. HEX triplet: CD, CC and A5. RGB value is (205,204,165). Sum of RGB (Red+Green+Blue) = 205+204+165=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 165 (64.84% from 255 or 28.75% from 574); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCCA5 is #32335A. Grayscale: #C8C8C8. Windows color (decimal): -3289947 or 10865869. OLE color: 10865869.

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

Color convert

RGB205204165-
CMYK00.000.200.20
HSL58.5º28.57%72.55%-
HSV(B)58.5º19.51%80.39%-
XYZ53.5658.8844.14-
YUV199.85108.33131.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.71%
GREEN value IS 204 (80.08% from 255) = 35.54%
BLUE value IS 165 (64.84% from 255) = 28.75%
R=35.71%
G=35.54%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520416500.000.200.2058.528.5772.55
HexCDCCA50014143a1d49
Octal3153142450024247235111
Binary110011011100110010100101001010010100111010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCCA5; }

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

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

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

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

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

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

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

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