#CDCDAB

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

Shades of Orinoco #CDCDAB

Tints of Orinoco #CDCDAB

Color information

#CDCDAB (or 0xCDCDAB) is unknown color: approx Orinoco. HEX triplet: CD, CD and AB. RGB value is (205,205,171). Sum of RGB (Red+Green+Blue) = 205+205+171=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCDAB is #323254. Grayscale: #C9C9C9. Windows color (decimal): -3289685 or 11259341. OLE color: 11259341.

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

Color convert

RGB205205171-
CMYK000.170.20
HSL60º25.37%73.73%-
HSV(B)60º16.59%80.39%-
XYZ54.3659.5847.16-
YUV201.12111130.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.28%
GREEN value IS 205 (80.47% from 255) = 35.28%
BLUE value IS 171 (67.19% from 255) = 29.43%
R=35.28%
G=35.28%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205205171000.170.206025.3773.73
HexCDCDAB0011143c194a
Octal3153152530021247431112
Binary110011011100110110101011001000110100111100110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCDAB; }

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

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

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

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

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

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

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

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