Html Css Color HEX #C3C063 Dark Khaki

📋 copy color: '#C3C063'

red 195 ◦ green 192 ◦ blue 99

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

Shades of Dark Khaki #C3C063

Tints of Dark Khaki #C3C063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.37%

R = 40.12%
G = 39.51%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C3C063 (or 0xC3C063) is known color: Dark Khaki. HEX triplet: C3, C0 and 63. RGB value is (195,192,99). Sum of RGB (Red+Green+Blue) = 195+192+99=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 99 (39.06% from 255 or 20.37% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C063 is #3C3F9C. Grayscale: #B6B6B6. Windows color (decimal): -3948445 or 6537411. OLE color: 6537411.

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

Color convert

RGB 195 192 99 -
CMYK 0 0.02 0.49 0.24
HSL 58.13º 0.44% 0.58% -
HSV(B) 58.13º 0.49% 0.76% -
XYZ 43.61 50.2 19.2 -
YUV 182.3 80.99 137.06 -
System Red Green Blue C M Y K H S L
Decimal 195 192 99 0 0.02 0.49 0.24 58.13 0.44 0.58
Hex C3 C0 63 0 2 31 18 3A 2C 3A
Octal 303 300 143 0 2 61 30 72 54 72
Binary 11000011 11000000 1100011 0 10 110001 11000 111010 101100 111010

Color Harmonies of #C3C063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C063

Black with #C3C063

Text Example


Text Example

White with #C3C063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C063; }

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

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

background-color css

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

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

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

border-color css

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

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

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