Html Css Color HEX #C2C064 Dark Khaki

📋 copy color: '#C2C064'

red 194 ◦ green 192 ◦ blue 100

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

Shades of Dark Khaki #C2C064

Tints of Dark Khaki #C2C064

RGB

 RED value IS 194 (76.17% from 255) = 39.92%

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

 BLUE value IS 100 (39.45% from 255) = 20.58%

R = 39.92%
G = 39.51%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C2C064 (or 0xC2C064) is known color: Dark Khaki. HEX triplet: C2, C0 and 64. RGB value is (194,192,100). Sum of RGB (Red+Green+Blue) = 194+192+100=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 100 (39.45% from 255 or 20.58% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C064 is #3D3F9B. Grayscale: #B6B6B6. Windows color (decimal): -4013980 or 6602946. OLE color: 6602946.

HSL color Cylindrical-coordinate representation of color #C2C064: hue angle of 58.72º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2C064 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 192 100 -
CMYK 0 0.01 0.48 0.24
HSL 58.72º 0.44% 0.58% -
HSV(B) 58.72º 0.48% 0.76% -
XYZ 43.4 50.09 19.44 -
YUV 182.11 81.66 136.48 -
System Red Green Blue C M Y K H S L
Decimal 194 192 100 0 0.01 0.48 0.24 58.72 0.44 0.58
Hex C2 C0 64 0 1 30 18 3B 2C 3A
Octal 302 300 144 0 1 60 30 73 54 72
Binary 11000010 11000000 1100100 0 1 110000 11000 111011 101100 111010

Color Harmonies of #C2C064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C064

Black with #C2C064

Text Example


Text Example

White with #C2C064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C064; }

 p { color: rgb(194,192,100); }

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

background-color css

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

 a { background-color: rgb(194,192,100); }

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

border-color css

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

 span { border-color: rgb(194,192,100); }

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