Html Css Color HEX #C4C062 Dark Khaki

📋 copy color: '#C4C062'

red 196 ◦ green 192 ◦ blue 98

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

Shades of Dark Khaki #C4C062

Tints of Dark Khaki #C4C062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.16%

R = 40.33%
G = 39.51%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#C4C062 (or 0xC4C062) is known color: Dark Khaki. HEX triplet: C4, C0 and 62. RGB value is (196,192,98). Sum of RGB (Red+Green+Blue) = 196+192+98=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 98 (38.67% from 255 or 20.16% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C062 is #3B3F9D. Grayscale: #B6B6B6. Windows color (decimal): -3882910 or 6471876. OLE color: 6471876.

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

Color convert

RGB 196 192 98 -
CMYK 0 0.02 0.5 0.23
HSL 57.55º 0.45% 0.58% -
HSV(B) 57.55º 0.5% 0.77% -
XYZ 43.82 50.32 18.96 -
YUV 182.48 80.33 137.64 -
System Red Green Blue C M Y K H S L
Decimal 196 192 98 0 0.02 0.5 0.23 57.55 0.45 0.58
Hex C4 C0 62 0 2 32 17 3A 2D 3A
Octal 304 300 142 0 2 62 27 72 55 72
Binary 11000100 11000000 1100010 0 10 110010 10111 111010 101101 111010

Color Harmonies of #C4C062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C062

Black with #C4C062

Text Example


Text Example

White with #C4C062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C062; }

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

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

background-color css

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

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

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

border-color css

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

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

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