Html Css Color HEX #C4C162 Dark Khaki

📋 copy color: '#C4C162'

red 196 ◦ green 193 ◦ blue 98

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

Shades of Dark Khaki #C4C162

Tints of Dark Khaki #C4C162

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.63%

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

R = 40.25%
G = 39.63%
B = 20.12%

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

#C4C162 (or 0xC4C162) is known color: Dark Khaki. HEX triplet: C4, C1 and 62. RGB value is (196,193,98). Sum of RGB (Red+Green+Blue) = 196+193+98=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 98 (38.67% from 255 or 20.12% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C162 is #3B3E9D. Grayscale: #B7B7B7. Windows color (decimal): -3882654 or 6472132. OLE color: 6472132.

HSL color Cylindrical-coordinate representation of color #C4C162: hue angle of 58.16º 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 #C4C162 is Cyan = 0, Magento = 0.02, Yellow = 0.5 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 193 98 -
CMYK 0 0.02 0.5 0.23
HSL 58.16º 0.45% 0.58% -
HSV(B) 58.16º 0.5% 0.77% -
XYZ 44.04 50.76 19.03 -
YUV 183.07 79.99 137.22 -
System Red Green Blue C M Y K H S L
Decimal 196 193 98 0 0.02 0.5 0.23 58.16 0.45 0.58
Hex C4 C1 62 0 2 32 17 3A 2D 3A
Octal 304 301 142 0 2 62 27 72 55 72
Binary 11000100 11000001 1100010 0 10 110010 10111 111010 101101 111010

Color Harmonies of #C4C162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C162

Black with #C4C162

Text Example


Text Example

White with #C4C162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C162; }

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

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

background-color css

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

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

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

border-color css

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

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

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