Html Css Color HEX #CA8D6B Whiskey

📋 copy color: '#CA8D6B'

red 202 ◦ green 141 ◦ blue 107

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

Shades of Whiskey #CA8D6B

Tints of Whiskey #CA8D6B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.33%

 BLUE value IS 107 (42.19% from 255) = 23.78%

R = 44.89%
G = 31.33%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA8D6B (or 0xCA8D6B) is known color: Whiskey. HEX triplet: CA, 8D and 6B. RGB value is (202,141,107). Sum of RGB (Red+Green+Blue) = 202+141+107=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 107 (42.19% from 255 or 23.78% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8D6B is #357294. Grayscale: #9B9B9B. Windows color (decimal): -3502741 or 7048650. OLE color: 7048650.

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

Color convert

RGB 202 141 107 -
CMYK 0 0.30 0.47 0.21
HSL 21.47º 0.47% 0.61% -
HSV(B) 21.47º 0.47% 0.79% -
XYZ 36.54 32.67 18.29 -
YUV 155.36 100.71 161.26 -
System Red Green Blue C M Y K H S L
Decimal 202 141 107 0 0.30 0.47 0.21 21.47 0.47 0.61
Hex CA 8D 6B 0 1E 2F 15 15 2F 3D
Octal 312 215 153 0 36 57 25 25 57 75
Binary 11001010 10001101 1101011 0 11110 101111 10101 10101 101111 111101

Color Harmonies of #CA8D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8D6B

Black with #CA8D6B

Text Example


Text Example

White with #CA8D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8D6B; }

 p { color: rgb(202,141,107); }

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

background-color css

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

 a { background-color: rgb(202,141,107); }

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

border-color css

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

 span { border-color: rgb(202,141,107); }

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