Html Css Color HEX #C3B972 Dark Khaki

📋 copy color: '#C3B972'

red 195 ◦ green 185 ◦ blue 114

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

Shades of Dark Khaki #C3B972

Tints of Dark Khaki #C3B972

RGB

 RED value IS 195 (76.56% from 255) = 39.47%

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

 BLUE value IS 114 (44.92% from 255) = 23.08%

R = 39.47%
G = 37.45%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C3B972 (or 0xC3B972) is known color: Dark Khaki. HEX triplet: C3, B9 and 72. RGB value is (195,185,114). Sum of RGB (Red+Green+Blue) = 195+185+114=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B972 is #3C468D. Grayscale: #B4B4B4. Windows color (decimal): -3950222 or 7518659. OLE color: 7518659.

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

Color convert

RGB 195 185 114 -
CMYK 0 0.05 0.42 0.24
HSL 52.59º 0.4% 0.61% -
HSV(B) 52.59º 0.42% 0.76% -
XYZ 42.89 47.51 22.83 -
YUV 179.9 90.81 138.77 -
System Red Green Blue C M Y K H S L
Decimal 195 185 114 0 0.05 0.42 0.24 52.59 0.4 0.61
Hex C3 B9 72 0 5 2A 18 35 28 3D
Octal 303 271 162 0 5 52 30 65 50 75
Binary 11000011 10111001 1110010 0 101 101010 11000 110101 101000 111101

Color Harmonies of #C3B972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B972

Black with #C3B972

Text Example


Text Example

White with #C3B972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B972; }

 p { color: rgb(195,185,114); }

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

background-color css

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

 a { background-color: rgb(195,185,114); }

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

border-color css

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

 span { border-color: rgb(195,185,114); }

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