Html Css Color HEX #CABA70 Dark Khaki

📋 copy color: '#CABA70'

red 202 ◦ green 186 ◦ blue 112

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

Shades of Dark Khaki #CABA70

Tints of Dark Khaki #CABA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.4%

R = 40.4%
G = 37.2%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CABA70 (or 0xCABA70) is known color: Dark Khaki. HEX triplet: CA, BA and 70. RGB value is (202,186,112). Sum of RGB (Red+Green+Blue) = 202+186+112=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA70 is #35458F. Grayscale: #B6B6B6. Windows color (decimal): -3491216 or 7387850. OLE color: 7387850.

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

Color convert

RGB 202 186 112 -
CMYK 0 0.08 0.45 0.21
HSL 49.33º 0.46% 0.62% -
HSV(B) 49.33º 0.45% 0.79% -
XYZ 44.84 48.84 22.39 -
YUV 182.35 88.3 142.02 -
System Red Green Blue C M Y K H S L
Decimal 202 186 112 0 0.08 0.45 0.21 49.33 0.46 0.62
Hex CA BA 70 0 8 2D 15 31 2E 3E
Octal 312 272 160 0 10 55 25 61 56 76
Binary 11001010 10111010 1110000 0 1000 101101 10101 110001 101110 111110

Color Harmonies of #CABA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABA70

Black with #CABA70

Text Example


Text Example

White with #CABA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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