Html Css Color HEX #C2BA71 Dark Khaki

📋 copy color: '#C2BA71'

red 194 ◦ green 186 ◦ blue 113

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

Shades of Dark Khaki #C2BA71

Tints of Dark Khaki #C2BA71

RGB

 RED value IS 194 (76.17% from 255) = 39.35%

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

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

R = 39.35%
G = 37.73%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C2BA71 (or 0xC2BA71) is known color: Dark Khaki. HEX triplet: C2, BA and 71. RGB value is (194,186,113). Sum of RGB (Red+Green+Blue) = 194+186+113=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BA71 is #3D458E. Grayscale: #B4B4B4. Windows color (decimal): -4015503 or 7453378. OLE color: 7453378.

HSL color Cylindrical-coordinate representation of color #C2BA71: hue angle of 54.07º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2BA71 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 186 113 -
CMYK 0 0.04 0.42 0.24
HSL 54.07º 0.4% 0.6% -
HSV(B) 54.07º 0.42% 0.76% -
XYZ 42.79 47.78 22.59 -
YUV 180.07 90.15 137.94 -
System Red Green Blue C M Y K H S L
Decimal 194 186 113 0 0.04 0.42 0.24 54.07 0.4 0.6
Hex C2 BA 71 0 4 2A 18 36 28 3C
Octal 302 272 161 0 4 52 30 66 50 74
Binary 11000010 10111010 1110001 0 100 101010 11000 110110 101000 111100

Color Harmonies of #C2BA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA71

Black with #C2BA71

Text Example


Text Example

White with #C2BA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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