Html Css Color HEX #C3C06D Dark Khaki

📋 copy color: '#C3C06D'

red 195 ◦ green 192 ◦ blue 109

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

Shades of Dark Khaki #C3C06D

Tints of Dark Khaki #C3C06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.98%

R = 39.31%
G = 38.71%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C3C06D (or 0xC3C06D) is known color: Dark Khaki. HEX triplet: C3, C0 and 6D. RGB value is (195,192,109). Sum of RGB (Red+Green+Blue) = 195+192+109=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C06D is #3C3F92. Grayscale: #B7B7B7. Windows color (decimal): -3948435 or 7192771. OLE color: 7192771.

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

Color convert

RGB 195 192 109 -
CMYK 0 0.02 0.44 0.24
HSL 57.91º 0.42% 0.6% -
HSV(B) 57.91º 0.44% 0.76% -
XYZ 44.12 50.41 21.87 -
YUV 183.44 85.99 136.25 -
System Red Green Blue C M Y K H S L
Decimal 195 192 109 0 0.02 0.44 0.24 57.91 0.42 0.6
Hex C3 C0 6D 0 2 2C 18 3A 2A 3C
Octal 303 300 155 0 2 54 30 72 52 74
Binary 11000011 11000000 1101101 0 10 101100 11000 111010 101010 111100

Color Harmonies of #C3C06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C06D

Black with #C3C06D

Text Example


Text Example

White with #C3C06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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