Html Css Color HEX #C2B974 Dark Khaki

📋 copy color: '#C2B974'

red 194 ◦ green 185 ◦ blue 116

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

Shades of Dark Khaki #C2B974

Tints of Dark Khaki #C2B974

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.37%

 BLUE value IS 116 (45.7% from 255) = 23.43%

R = 39.19%
G = 37.37%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C2B974 (or 0xC2B974) is known color: Dark Khaki. HEX triplet: C2, B9 and 74. RGB value is (194,185,116). Sum of RGB (Red+Green+Blue) = 194+185+116=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B974 is #3D468B. Grayscale: #B4B4B4. Windows color (decimal): -4015756 or 7649730. OLE color: 7649730.

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

Color convert

RGB 194 185 116 -
CMYK 0 0.05 0.40 0.24
HSL 53.08º 0.39% 0.61% -
HSV(B) 53.08º 0.4% 0.76% -
XYZ 42.75 47.43 23.42 -
YUV 179.83 91.98 138.11 -
System Red Green Blue C M Y K H S L
Decimal 194 185 116 0 0.05 0.40 0.24 53.08 0.39 0.61
Hex C2 B9 74 0 5 28 18 35 27 3D
Octal 302 271 164 0 5 50 30 65 47 75
Binary 11000010 10111001 1110100 0 101 101000 11000 110101 100111 111101

Color Harmonies of #C2B974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B974

Black with #C2B974

Text Example


Text Example

White with #C2B974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B974; }

 p { color: rgb(194,185,116); }

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

background-color css

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

 a { background-color: rgb(194,185,116); }

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

border-color css

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

 span { border-color: rgb(194,185,116); }

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