Html Css Color HEX #C3C06F Dark Khaki

📋 copy color: '#C3C06F'

red 195 ◦ green 192 ◦ blue 111

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

Shades of Dark Khaki #C3C06F

Tints of Dark Khaki #C3C06F

RGB

 RED value IS 195 (76.56% from 255) = 39.16%

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

 BLUE value IS 111 (43.75% from 255) = 22.29%

R = 39.16%
G = 38.55%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C3C06F (or 0xC3C06F) is known color: Dark Khaki. HEX triplet: C3, C0 and 6F. RGB value is (195,192,111). Sum of RGB (Red+Green+Blue) = 195+192+111=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 111 (43.75% from 255 or 22.29% from 498); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C06F is #3C3F90. Grayscale: #B7B7B7. Windows color (decimal): -3948433 or 7323843. OLE color: 7323843.

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

Color convert

RGB 195 192 111 -
CMYK 0 0.02 0.43 0.24
HSL 57.86º 0.41% 0.6% -
HSV(B) 57.86º 0.43% 0.76% -
XYZ 44.22 50.45 22.45 -
YUV 183.66 86.99 136.09 -
System Red Green Blue C M Y K H S L
Decimal 195 192 111 0 0.02 0.43 0.24 57.86 0.41 0.6
Hex C3 C0 6F 0 2 2B 18 3A 29 3C
Octal 303 300 157 0 2 53 30 72 51 74
Binary 11000011 11000000 1101111 0 10 101011 11000 111010 101001 111100

Color Harmonies of #C3C06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C06F

Black with #C3C06F

Text Example


Text Example

White with #C3C06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C06F; }

 p { color: rgb(195,192,111); }

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

background-color css

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

 a { background-color: rgb(195,192,111); }

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

border-color css

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

 span { border-color: rgb(195,192,111); }

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