Html Css Color HEX #CD915D Whiskey Sour

📋 copy color: '#CD915D'

red 205 ◦ green 145 ◦ blue 93

#CD915D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey Sour #CD915D

Tints of Whiskey Sour #CD915D

RGB

 RED value IS 205 (80.47% from 255) = 46.28%

 GREEN value IS 145 (57.03% from 255) = 32.73%

 BLUE value IS 93 (36.72% from 255) = 20.99%

R = 46.28%
G = 32.73%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD915D (or 0xCD915D) is known color: Whiskey Sour. HEX triplet: CD, 91 and 5D. RGB value is (205,145,93). Sum of RGB (Red+Green+Blue) = 205+145+93=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CD915D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD915D is #326EA2. Grayscale: #9D9D9D. Windows color (decimal): -3305123 or 6132173. OLE color: 6132173.

HSL color Cylindrical-coordinate representation of color #CD915D: hue angle of 27.86º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD915D is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 145 93 -
CMYK 0 0.29 0.55 0.20
HSL 27.86º 0.53% 0.58% -
HSV(B) 27.86º 0.55% 0.8% -
XYZ 37.28 34.02 14.96 -
YUV 157.01 91.88 162.23 -
System Red Green Blue C M Y K H S L
Decimal 205 145 93 0 0.29 0.55 0.20 27.86 0.53 0.58
Hex CD 91 5D 0 1D 37 14 1C 35 3A
Octal 315 221 135 0 35 67 24 34 65 72
Binary 11001101 10010001 1011101 0 11101 110111 10100 11100 110101 111010

Color Harmonies of #CD915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD915D

Black with #CD915D

Text Example


Text Example

White with #CD915D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD915D; }

 p { color: rgb(205,145,93); }

 H1.HeaderClassName
 {
   color: #CD915D;
 }
 .AnyTagClassName
 {
   color: #CD915D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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