#CDCDAF

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

Shades of Orinoco #CDCDAF

Tints of Orinoco #CDCDAF

Color information

#CDCDAF (or 0xCDCDAF) is unknown color: approx Orinoco. HEX triplet: CD, CD and AF. RGB value is (205,205,175). Sum of RGB (Red+Green+Blue) = 205+205+175=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCDAF is #323250. Grayscale: #C9C9C9. Windows color (decimal): -3289681 or 11521485. OLE color: 11521485.

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

Color convert

RGB205205175-
CMYK000.150.20
HSL60º23.08%74.51%-
HSV(B)60º14.63%80.39%-
XYZ54.7559.7449.2-
YUV201.58113130.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.04%
GREEN value IS 205 (80.47% from 255) = 35.04%
BLUE value IS 175 (68.75% from 255) = 29.91%
R=35.04%
G=35.04%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205205175000.150.206023.0874.51
HexCDCDAF00F143c174b
Octal3153152570017247427113
Binary11001101110011011010111100111110100111100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCDAF; }

 p { color: rgb(205,205,175); }

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

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

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

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

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

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

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