Html Css Color HEX #C1C071 Dark Khaki

📋 copy color: '#C1C071'

red 193 ◦ green 192 ◦ blue 113

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

Shades of Dark Khaki #C1C071

Tints of Dark Khaki #C1C071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.69%

R = 38.76%
G = 38.55%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C1C071 (or 0xC1C071) is known color: Dark Khaki. HEX triplet: C1, C0 and 71. RGB value is (193,192,113). Sum of RGB (Red+Green+Blue) = 193+192+113=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 113 (44.53% from 255 or 22.69% from 498); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C071 is #3E3F8E. Grayscale: #B7B7B7. Windows color (decimal): -4079503 or 7454913. OLE color: 7454913.

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

Color convert

RGB 193 192 113 -
CMYK 0 0.01 0.41 0.24
HSL 59.25º 0.39% 0.6% -
HSV(B) 59.25º 0.41% 0.76% -
XYZ 43.82 50.23 23.01 -
YUV 183.29 88.33 134.92 -
System Red Green Blue C M Y K H S L
Decimal 193 192 113 0 0.01 0.41 0.24 59.25 0.39 0.6
Hex C1 C0 71 0 1 29 18 3B 27 3C
Octal 301 300 161 0 1 51 30 73 47 74
Binary 11000001 11000000 1110001 0 1 101001 11000 111011 100111 111100

Color Harmonies of #C1C071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C071

Black with #C1C071

Text Example


Text Example

White with #C1C071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C071; }

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

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

background-color css

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

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

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

border-color css

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

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

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