Html Css Color HEX #C1C062 Dark Khaki

📋 copy color: '#C1C062'

red 193 ◦ green 192 ◦ blue 98

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

Shades of Dark Khaki #C1C062

Tints of Dark Khaki #C1C062

RGB

 RED value IS 193 (75.78% from 255) = 39.96%

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

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

R = 39.96%
G = 39.75%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C1C062 (or 0xC1C062) is known color: Dark Khaki. HEX triplet: C1, C0 and 62. RGB value is (193,192,98). Sum of RGB (Red+Green+Blue) = 193+192+98=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 98 (38.67% from 255 or 20.29% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C062 is #3E3F9D. Grayscale: #B5B5B5. Windows color (decimal): -4079518 or 6471873. OLE color: 6471873.

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

Color convert

RGB 193 192 98 -
CMYK 0 0.01 0.49 0.24
HSL 59.37º 0.43% 0.57% -
HSV(B) 59.37º 0.49% 0.76% -
XYZ 43.05 49.92 18.92 -
YUV 181.58 80.83 136.14 -
System Red Green Blue C M Y K H S L
Decimal 193 192 98 0 0.01 0.49 0.24 59.37 0.43 0.57
Hex C1 C0 62 0 1 31 18 3B 2B 39
Octal 301 300 142 0 1 61 30 73 53 71
Binary 11000001 11000000 1100010 0 1 110001 11000 111011 101011 111001

Color Harmonies of #C1C062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C062

Black with #C1C062

Text Example


Text Example

White with #C1C062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C062; }

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

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

background-color css

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

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

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

border-color css

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

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

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