Html Css Color HEX #CA936C Whiskey

📋 copy color: '#CA936C'

red 202 ◦ green 147 ◦ blue 108

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

Shades of Whiskey #CA936C

Tints of Whiskey #CA936C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.17%

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

R = 44.2%
G = 32.17%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA936C (or 0xCA936C) is known color: Whiskey. HEX triplet: CA, 93 and 6C. RGB value is (202,147,108). Sum of RGB (Red+Green+Blue) = 202+147+108=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA936C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA936C is #356C93. Grayscale: #9F9F9F. Windows color (decimal): -3501204 or 7115722. OLE color: 7115722.

HSL color Cylindrical-coordinate representation of color #CA936C: hue angle of 24.89º 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 #CA936C is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 147 108 -
CMYK 0 0.27 0.47 0.21
HSL 24.89º 0.47% 0.61% -
HSV(B) 24.89º 0.47% 0.79% -
XYZ 37.5 34.51 18.87 -
YUV 159 99.22 158.67 -
System Red Green Blue C M Y K H S L
Decimal 202 147 108 0 0.27 0.47 0.21 24.89 0.47 0.61
Hex CA 93 6C 0 1B 2F 15 19 2F 3D
Octal 312 223 154 0 33 57 25 31 57 75
Binary 11001010 10010011 1101100 0 11011 101111 10101 11001 101111 111101

Color Harmonies of #CA936C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA936C

Black with #CA936C

Text Example


Text Example

White with #CA936C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA936C; }

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

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

background-color css

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

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

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

border-color css

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

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

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