Html Css Color HEX #CA8E6B Whiskey

📋 copy color: '#CA8E6B'

red 202 ◦ green 142 ◦ blue 107

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

Shades of Whiskey #CA8E6B

Tints of Whiskey #CA8E6B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.49%

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

R = 44.79%
G = 31.49%
B = 23.73%

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

#CA8E6B (or 0xCA8E6B) is known color: Whiskey. HEX triplet: CA, 8E and 6B. RGB value is (202,142,107). Sum of RGB (Red+Green+Blue) = 202+142+107=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8E6B is #357194. Grayscale: #9C9C9C. Windows color (decimal): -3502485 or 7048906. OLE color: 7048906.

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

Color convert

RGB 202 142 107 -
CMYK 0 0.30 0.47 0.21
HSL 22.11º 0.47% 0.61% -
HSV(B) 22.11º 0.47% 0.79% -
XYZ 36.68 32.96 18.34 -
YUV 155.95 100.38 160.85 -
System Red Green Blue C M Y K H S L
Decimal 202 142 107 0 0.30 0.47 0.21 22.11 0.47 0.61
Hex CA 8E 6B 0 1E 2F 15 16 2F 3D
Octal 312 216 153 0 36 57 25 26 57 75
Binary 11001010 10001110 1101011 0 11110 101111 10101 10110 101111 111101

Color Harmonies of #CA8E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8E6B

Black with #CA8E6B

Text Example


Text Example

White with #CA8E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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