Html Css Color HEX #CABA71 Dark Khaki

📋 copy color: '#CABA71'

red 202 ◦ green 186 ◦ blue 113

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

Shades of Dark Khaki #CABA71

Tints of Dark Khaki #CABA71

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.13%

 BLUE value IS 113 (44.53% from 255) = 22.55%

R = 40.32%
G = 37.13%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CABA71 (or 0xCABA71) is known color: Dark Khaki. HEX triplet: CA, BA and 71. RGB value is (202,186,113). Sum of RGB (Red+Green+Blue) = 202+186+113=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA71 is #35458E. Grayscale: #B6B6B6. Windows color (decimal): -3491215 or 7453386. OLE color: 7453386.

HSL color Cylindrical-coordinate representation of color #CABA71: hue angle of 49.21º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CABA71 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 186 113 -
CMYK 0 0.08 0.44 0.21
HSL 49.21º 0.46% 0.62% -
HSV(B) 49.21º 0.44% 0.79% -
XYZ 44.9 48.87 22.69 -
YUV 182.46 88.8 141.94 -
System Red Green Blue C M Y K H S L
Decimal 202 186 113 0 0.08 0.44 0.21 49.21 0.46 0.62
Hex CA BA 71 0 8 2C 15 31 2E 3E
Octal 312 272 161 0 10 54 25 61 56 76
Binary 11001010 10111010 1110001 0 1000 101100 10101 110001 101110 111110

Color Harmonies of #CABA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABA71

Black with #CABA71

Text Example


Text Example

White with #CABA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABA71; }

 p { color: rgb(202,186,113); }

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

background-color css

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

 a { background-color: rgb(202,186,113); }

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

border-color css

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

 span { border-color: rgb(202,186,113); }

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