Html Css Color HEX #C3C46C Dark Khaki

📋 copy color: '#C3C46C'

red 195 ◦ green 196 ◦ blue 108

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

Shades of Dark Khaki #C3C46C

Tints of Dark Khaki #C3C46C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.28%

 BLUE value IS 108 (42.58% from 255) = 21.64%

R = 39.08%
G = 39.28%
B = 21.64%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C3C46C (or 0xC3C46C) is known color: Dark Khaki. HEX triplet: C3, C4 and 6C. RGB value is (195,196,108). Sum of RGB (Red+Green+Blue) = 195+196+108=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 108 (42.58% from 255 or 21.64% from 499); Max value from RGB is 196 - color contains mainly: green. Hex color #C3C46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C46C is #3C3B93. Grayscale: #BABABA. Windows color (decimal): -3947412 or 7128259. OLE color: 7128259.

HSL color Cylindrical-coordinate representation of color #C3C46C: hue angle of 60.68º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C3C46C is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 195 196 108 -
CMYK 0.01 0 0.45 0.23
HSL 60.68º 0.43% 0.6% -
HSV(B) 60.68º 0.45% 0.77% -
XYZ 44.95 52.16 21.89 -
YUV 185.67 84.17 134.66 -
System Red Green Blue C M Y K H S L
Decimal 195 196 108 0.01 0 0.45 0.23 60.68 0.43 0.6
Hex C3 C4 6C 1 0 2D 17 3D 2B 3C
Octal 303 304 154 1 0 55 27 75 53 74
Binary 11000011 11000100 1101100 1 0 101101 10111 111101 101011 111100

Color Harmonies of #C3C46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C46C

Black with #C3C46C

Text Example


Text Example

White with #C3C46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C46C; }

 p { color: rgb(195,196,108); }

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

background-color css

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

 a { background-color: rgb(195,196,108); }

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

border-color css

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

 span { border-color: rgb(195,196,108); }

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