Html Css Color HEX #C2B473 Dark Khaki

📋 copy color: '#C2B473'

red 194 ◦ green 180 ◦ blue 115

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

Shades of Dark Khaki #C2B473

Tints of Dark Khaki #C2B473

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.81%

 BLUE value IS 115 (45.31% from 255) = 23.52%

R = 39.67%
G = 36.81%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C2B473 (or 0xC2B473) is known color: Dark Khaki. HEX triplet: C2, B4 and 73. RGB value is (194,180,115). Sum of RGB (Red+Green+Blue) = 194+180+115=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B473 is #3D4B8C. Grayscale: #B1B1B1. Windows color (decimal): -4017037 or 7582914. OLE color: 7582914.

HSL color Cylindrical-coordinate representation of color #C2B473: hue angle of 49.37º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2B473 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 180 115 -
CMYK 0 0.07 0.41 0.24
HSL 49.37º 0.39% 0.61% -
HSV(B) 49.37º 0.41% 0.76% -
XYZ 41.66 45.35 22.78 -
YUV 176.78 93.14 140.29 -
System Red Green Blue C M Y K H S L
Decimal 194 180 115 0 0.07 0.41 0.24 49.37 0.39 0.61
Hex C2 B4 73 0 7 29 18 31 27 3D
Octal 302 264 163 0 7 51 30 61 47 75
Binary 11000010 10110100 1110011 0 111 101001 11000 110001 100111 111101

Color Harmonies of #C2B473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B473

Black with #C2B473

Text Example


Text Example

White with #C2B473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B473; }

 p { color: rgb(194,180,115); }

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

background-color css

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

 a { background-color: rgb(194,180,115); }

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

border-color css

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

 span { border-color: rgb(194,180,115); }

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