Html Css Color HEX #C4C073 Dark Khaki

📋 copy color: '#C4C073'

red 196 ◦ green 192 ◦ blue 115

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

Shades of Dark Khaki #C4C073

Tints of Dark Khaki #C4C073

RGB

 RED value IS 196 (76.95% from 255) = 38.97%

 GREEN value IS 192 (75.39% from 255) = 38.17%

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

R = 38.97%
G = 38.17%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C4C073 (or 0xC4C073) is known color: Dark Khaki. HEX triplet: C4, C0 and 73. RGB value is (196,192,115). Sum of RGB (Red+Green+Blue) = 196+192+115=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 115 (45.31% from 255 or 22.86% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C073 is #3B3F8C. Grayscale: #B8B8B8. Windows color (decimal): -3882893 or 7585988. OLE color: 7585988.

HSL color Cylindrical-coordinate representation of color #C4C073: hue angle of 57.04º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C4C073 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 192 115 -
CMYK 0 0.02 0.41 0.23
HSL 57.04º 0.41% 0.61% -
HSV(B) 57.04º 0.41% 0.77% -
XYZ 44.71 50.67 23.64 -
YUV 184.42 88.83 136.26 -
System Red Green Blue C M Y K H S L
Decimal 196 192 115 0 0.02 0.41 0.23 57.04 0.41 0.61
Hex C4 C0 73 0 2 29 17 39 29 3D
Octal 304 300 163 0 2 51 27 71 51 75
Binary 11000100 11000000 1110011 0 10 101001 10111 111001 101001 111101

Color Harmonies of #C4C073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C073

Black with #C4C073

Text Example


Text Example

White with #C4C073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C073; }

 p { color: rgb(196,192,115); }

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

background-color css

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

 a { background-color: rgb(196,192,115); }

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

border-color css

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

 span { border-color: rgb(196,192,115); }

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