Html Css Color HEX #CA925D Whiskey Sour

📋 copy color: '#CA925D'

red 202 ◦ green 146 ◦ blue 93

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

Shades of Whiskey Sour #CA925D

Tints of Whiskey Sour #CA925D

RGB

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

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

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

R = 45.8%
G = 33.11%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA925D (or 0xCA925D) is known color: Whiskey Sour. HEX triplet: CA, 92 and 5D. RGB value is (202,146,93). Sum of RGB (Red+Green+Blue) = 202+146+93=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA925D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA925D is #356DA2. Grayscale: #9C9C9C. Windows color (decimal): -3501475 or 6132426. OLE color: 6132426.

HSL color Cylindrical-coordinate representation of color #CA925D: hue angle of 29.17º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA925D is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 146 93 -
CMYK 0 0.28 0.54 0.21
HSL 29.17º 0.51% 0.58% -
HSV(B) 29.17º 0.54% 0.79% -
XYZ 36.61 33.9 14.97 -
YUV 156.7 92.05 160.31 -
System Red Green Blue C M Y K H S L
Decimal 202 146 93 0 0.28 0.54 0.21 29.17 0.51 0.58
Hex CA 92 5D 0 1C 36 15 1D 33 3A
Octal 312 222 135 0 34 66 25 35 63 72
Binary 11001010 10010010 1011101 0 11100 110110 10101 11101 110011 111010

Color Harmonies of #CA925D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA925D

Black with #CA925D

Text Example


Text Example

White with #CA925D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA925D; }

 p { color: rgb(202,146,93); }

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

background-color css

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

 a { background-color: rgb(202,146,93); }

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

border-color css

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

 span { border-color: rgb(202,146,93); }

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