Html Css Color HEX #CD9065 Whiskey

📋 copy color: '#CD9065'

red 205 ◦ green 144 ◦ blue 101

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

Shades of Whiskey #CD9065

Tints of Whiskey #CD9065

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32%

 BLUE value IS 101 (39.84% from 255) = 22.44%

R = 45.56%
G = 32%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CD9065 (or 0xCD9065) is known color: Whiskey. HEX triplet: CD, 90 and 65. RGB value is (205,144,101). Sum of RGB (Red+Green+Blue) = 205+144+101=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9065 is #326F9A. Grayscale: #9D9D9D. Windows color (decimal): -3305371 or 6656205. OLE color: 6656205.

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

Color convert

RGB 205 144 101 -
CMYK 0 0.30 0.51 0.20
HSL 24.81º 0.51% 0.6% -
HSV(B) 24.81º 0.51% 0.8% -
XYZ 37.5 33.87 16.87 -
YUV 157.34 96.21 162 -
System Red Green Blue C M Y K H S L
Decimal 205 144 101 0 0.30 0.51 0.20 24.81 0.51 0.6
Hex CD 90 65 0 1E 33 14 19 33 3C
Octal 315 220 145 0 36 63 24 31 63 74
Binary 11001101 10010000 1100101 0 11110 110011 10100 11001 110011 111100

Color Harmonies of #CD9065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9065

Black with #CD9065

Text Example


Text Example

White with #CD9065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9065; }

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

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

background-color css

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

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

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

border-color css

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

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

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