Html Css Color HEX #CA9561 Whiskey

📋 copy color: '#CA9561'

red 202 ◦ green 149 ◦ blue 97

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

Shades of Whiskey #CA9561

Tints of Whiskey #CA9561

RGB

 RED value IS 202 (79.3% from 255) = 45.09%

 GREEN value IS 149 (58.59% from 255) = 33.26%

 BLUE value IS 97 (38.28% from 255) = 21.65%

R = 45.09%
G = 33.26%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA9561 (or 0xCA9561) is known color: Whiskey. HEX triplet: CA, 95 and 61. RGB value is (202,149,97). Sum of RGB (Red+Green+Blue) = 202+149+97=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9561 is #356A9E. Grayscale: #9F9F9F. Windows color (decimal): -3500703 or 6395338. OLE color: 6395338.

HSL color Cylindrical-coordinate representation of color #CA9561: hue angle of 29.71º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA9561 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 149 97 -
CMYK 0 0.26 0.52 0.21
HSL 29.71º 0.5% 0.59% -
HSV(B) 29.71º 0.52% 0.79% -
XYZ 37.26 34.91 16.08 -
YUV 158.92 93.06 158.73 -
System Red Green Blue C M Y K H S L
Decimal 202 149 97 0 0.26 0.52 0.21 29.71 0.5 0.59
Hex CA 95 61 0 1A 34 15 1E 32 3B
Octal 312 225 141 0 32 64 25 36 62 73
Binary 11001010 10010101 1100001 0 11010 110100 10101 11110 110010 111011

Color Harmonies of #CA9561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9561

Black with #CA9561

Text Example


Text Example

White with #CA9561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9561; }

 p { color: rgb(202,149,97); }

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

background-color css

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

 a { background-color: rgb(202,149,97); }

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

border-color css

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

 span { border-color: rgb(202,149,97); }

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