Html Css Color HEX #C3C36A Dark Khaki

📋 copy color: '#C3C36A'

red 195 ◦ green 195 ◦ blue 106

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

Shades of Dark Khaki #C3C36A

Tints of Dark Khaki #C3C36A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.37%

R = 39.31%
G = 39.31%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C3C36A (or 0xC3C36A) is known color: Dark Khaki. HEX triplet: C3, C3 and 6A. RGB value is (195,195,106). Sum of RGB (Red+Green+Blue) = 195+195+106=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C36A is #3C3C95. Grayscale: #B9B9B9. Windows color (decimal): -3947670 or 6996931. OLE color: 6996931.

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

Color convert

RGB 195 195 106 -
CMYK 0 0 0.46 0.24
HSL 60º 0.43% 0.59% -
HSV(B) 60º 0.46% 0.76% -
XYZ 44.62 51.67 21.26 -
YUV 184.85 83.5 135.24 -
System Red Green Blue C M Y K H S L
Decimal 195 195 106 0 0 0.46 0.24 60 0.43 0.59
Hex C3 C3 6A 0 0 2E 18 3C 2B 3B
Octal 303 303 152 0 0 56 30 74 53 73
Binary 11000011 11000011 1101010 0 0 101110 11000 111100 101011 111011

Color Harmonies of #C3C36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C36A

Black with #C3C36A

Text Example


Text Example

White with #C3C36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C36A; }

 p { color: rgb(195,195,106); }

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

background-color css

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

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

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

border-color css

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

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

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