#CD926A

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

Shades of Whiskey #CD926A

Tints of Whiskey #CD926A

Color information

#CD926A (or 0xCD926A) is unknown color: approx Whiskey. HEX triplet: CD, 92 and 6A. RGB value is (205,146,106). Sum of RGB (Red+Green+Blue) = 205+146+106=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CD926A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD926A is #326D95. Grayscale: #9F9F9F. Windows color (decimal): -3304854 or 6984397. OLE color: 6984397.

HSL color Cylindrical-coordinate representation of color #CD926A: hue angle of 24.24º 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 #CD926A is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB205146106-
CMYK00.290.480.20
HSL24.24º49.75%60.98%-
HSV(B)24.24º48.29%80.39%-
XYZ38.0634.5818.3-
YUV159.0898.05160.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.86%
GREEN value IS 146 (57.42% from 255) = 31.95%
BLUE value IS 106 (41.80% from 255) = 23.19%
R=44.86%
G=31.95%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514610600.290.480.2024.2449.7560.98
HexCD926A01D301418323d
Octal3152221520356024306275
Binary110011011001001011010100111011100001010011000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD926A; }

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

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

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

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

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

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

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

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