Html Css Color HEX #C3C26C Dark Khaki

📋 copy color: '#C3C26C'

red 195 ◦ green 194 ◦ blue 108

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

Shades of Dark Khaki #C3C26C

Tints of Dark Khaki #C3C26C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.03%

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

R = 39.24%
G = 39.03%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C3C26C (or 0xC3C26C) is known color: Dark Khaki. HEX triplet: C3, C2 and 6C. RGB value is (195,194,108). Sum of RGB (Red+Green+Blue) = 195+194+108=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C26C is #3C3D93. Grayscale: #B8B8B8. Windows color (decimal): -3947924 or 7127747. OLE color: 7127747.

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

Color convert

RGB 195 194 108 -
CMYK 0 0.01 0.45 0.24
HSL 59.31º 0.42% 0.59% -
HSV(B) 59.31º 0.45% 0.76% -
XYZ 44.5 51.27 21.74 -
YUV 184.5 84.83 135.49 -
System Red Green Blue C M Y K H S L
Decimal 195 194 108 0 0.01 0.45 0.24 59.31 0.42 0.59
Hex C3 C2 6C 0 1 2D 18 3B 2A 3B
Octal 303 302 154 0 1 55 30 73 52 73
Binary 11000011 11000010 1101100 0 1 101101 11000 111011 101010 111011

Color Harmonies of #C3C26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C26C

Black with #C3C26C

Text Example


Text Example

White with #C3C26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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