Html Css Color HEX #CD9263 Whiskey

📋 copy color: '#CD9263'

red 205 ◦ green 146 ◦ blue 99

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

Shades of Whiskey #CD9263

Tints of Whiskey #CD9263

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.44%

 BLUE value IS 99 (39.06% from 255) = 22%

R = 45.56%
G = 32.44%
B = 22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CD9263 (or 0xCD9263) is known color: Whiskey. HEX triplet: CD, 92 and 63. RGB value is (205,146,99). Sum of RGB (Red+Green+Blue) = 205+146+99=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9263 is #326D9C. Grayscale: #9E9E9E. Windows color (decimal): -3304861 or 6525645. OLE color: 6525645.

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

Color convert

RGB 205 146 99 -
CMYK 0 0.29 0.52 0.20
HSL 26.6º 0.51% 0.6% -
HSV(B) 26.6º 0.52% 0.8% -
XYZ 37.71 34.44 16.46 -
YUV 158.28 94.55 161.32 -
System Red Green Blue C M Y K H S L
Decimal 205 146 99 0 0.29 0.52 0.20 26.6 0.51 0.6
Hex CD 92 63 0 1D 34 14 1B 33 3C
Octal 315 222 143 0 35 64 24 33 63 74
Binary 11001101 10010010 1100011 0 11101 110100 10100 11011 110011 111100

Color Harmonies of #CD9263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9263

Black with #CD9263

Text Example


Text Example

White with #CD9263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9263; }

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

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

background-color css

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

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

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

border-color css

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

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

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