#CD906A

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

Shades of Whiskey #CD906A

Tints of Whiskey #CD906A

Color information

#CD906A (or 0xCD906A) is unknown color: approx Whiskey. HEX triplet: CD, 90 and 6A. RGB value is (205,144,106). Sum of RGB (Red+Green+Blue) = 205+144+106=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 106 (41.80% from 255 or 23.30% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CD906A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD906A is #326F95. Grayscale: #9E9E9E. Windows color (decimal): -3305366 or 6983885. OLE color: 6983885.

HSL color Cylindrical-coordinate representation of color #CD906A: hue angle of 23.03º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CD906A is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB205144106-
CMYK00.300.480.20
HSL23.03º49.75%60.98%-
HSV(B)23.03º48.29%80.39%-
XYZ37.7533.9718.2-
YUV157.9198.71161.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.05%
GREEN value IS 144 (56.64% from 255) = 31.65%
BLUE value IS 106 (41.80% from 255) = 23.30%
R=45.05%
G=31.65%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514410600.300.480.2023.0349.7560.98
HexCD906A01E301417323d
Octal3152201520366024276275
Binary110011011001000011010100111101100001010010111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD906A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD906A; }

 p { color: rgb(205,144,106); }

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

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

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

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

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

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

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