Html Css Color HEX #C4C065 Dark Khaki

📋 copy color: '#C4C065'

red 196 ◦ green 192 ◦ blue 101

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

Shades of Dark Khaki #C4C065

Tints of Dark Khaki #C4C065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.65%

R = 40.08%
G = 39.26%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C4C065 (or 0xC4C065) is known color: Dark Khaki. HEX triplet: C4, C0 and 65. RGB value is (196,192,101). Sum of RGB (Red+Green+Blue) = 196+192+101=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 101 (39.84% from 255 or 20.65% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C065 is #3B3F9A. Grayscale: #B7B7B7. Windows color (decimal): -3882907 or 6668484. OLE color: 6668484.

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

Color convert

RGB 196 192 101 -
CMYK 0 0.02 0.48 0.23
HSL 57.47º 0.45% 0.58% -
HSV(B) 57.47º 0.48% 0.77% -
XYZ 43.96 50.37 19.72 -
YUV 182.82 81.83 137.4 -
System Red Green Blue C M Y K H S L
Decimal 196 192 101 0 0.02 0.48 0.23 57.47 0.45 0.58
Hex C4 C0 65 0 2 30 17 39 2D 3A
Octal 304 300 145 0 2 60 27 71 55 72
Binary 11000100 11000000 1100101 0 10 110000 10111 111001 101101 111010

Color Harmonies of #C4C065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C065

Black with #C4C065

Text Example


Text Example

White with #C4C065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C065; }

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

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

background-color css

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

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

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

border-color css

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

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

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