#CDCFA9

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

Shades of Orinoco #CDCFA9

Tints of Orinoco #CDCFA9

Color information

#CDCFA9 (or 0xCDCFA9) is unknown color: approx Orinoco. HEX triplet: CD, CF and A9. RGB value is (205,207,169). Sum of RGB (Red+Green+Blue) = 205+207+169=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 169 (66.41% from 255 or 29.09% from 581); Max value from RGB is 207 - color contains mainly: green. Hex color #CDCFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCFA9 is #323056. Grayscale: #CACACA. Windows color (decimal): -3289175 or 11128781. OLE color: 11128781.

HSL color Cylindrical-coordinate representation of color #CDCFA9: hue angle of 63.16º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDCFA9 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB205207169-
CMYK0.0100.180.19
HSL63.16º28.36%73.73%-
HSV(B)63.16º18.36%81.18%-
XYZ54.6560.4746.33-
YUV202.07109.34130.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.28%
GREEN value IS 207 (81.25% from 255) = 35.63%
BLUE value IS 169 (66.41% from 255) = 29.09%
R=35.28%
G=35.63%
B=29.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2052071690.0100.180.1963.1628.3673.73
HexCDCFA91012133f1c4a
Octal3153172511022237734112
Binary110011011100111110101001101001010011111111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCFA9; }

 p { color: rgb(205,207,169); }

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

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

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

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

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

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

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