Html Css Color HEX #CA956C Whiskey

📋 copy color: '#CA956C'

red 202 ◦ green 149 ◦ blue 108

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

Shades of Whiskey #CA956C

Tints of Whiskey #CA956C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.53%

R = 44.01%
G = 32.46%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA956C (or 0xCA956C) is known color: Whiskey. HEX triplet: CA, 95 and 6C. RGB value is (202,149,108). Sum of RGB (Red+Green+Blue) = 202+149+108=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA956C is #356A93. Grayscale: #A0A0A0. Windows color (decimal): -3500692 or 7116234. OLE color: 7116234.

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

Color convert

RGB 202 149 108 -
CMYK 0 0.26 0.47 0.21
HSL 26.17º 0.47% 0.61% -
HSV(B) 26.17º 0.47% 0.79% -
XYZ 37.81 35.13 18.98 -
YUV 160.17 98.56 157.83 -
System Red Green Blue C M Y K H S L
Decimal 202 149 108 0 0.26 0.47 0.21 26.17 0.47 0.61
Hex CA 95 6C 0 1A 2F 15 1A 2F 3D
Octal 312 225 154 0 32 57 25 32 57 75
Binary 11001010 10010101 1101100 0 11010 101111 10101 11010 101111 111101

Color Harmonies of #CA956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA956C

Black with #CA956C

Text Example


Text Example

White with #CA956C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA956C; }

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

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

background-color css

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

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

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

border-color css

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

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

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