Html Css Color HEX #C3C270 Dark Khaki

📋 copy color: '#C3C270'

red 195 ◦ green 194 ◦ blue 112

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

Shades of Dark Khaki #C3C270

Tints of Dark Khaki #C3C270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.36%

R = 38.92%
G = 38.72%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C3C270 (or 0xC3C270) is known color: Dark Khaki. HEX triplet: C3, C2 and 70. RGB value is (195,194,112). Sum of RGB (Red+Green+Blue) = 195+194+112=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C270 is #3C3D8F. Grayscale: #B9B9B9. Windows color (decimal): -3947920 or 7389891. OLE color: 7389891.

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

Color convert

RGB 195 194 112 -
CMYK 0 0.01 0.43 0.24
HSL 59.28º 0.41% 0.6% -
HSV(B) 59.28º 0.43% 0.76% -
XYZ 44.72 51.36 22.88 -
YUV 184.95 86.83 135.17 -
System Red Green Blue C M Y K H S L
Decimal 195 194 112 0 0.01 0.43 0.24 59.28 0.41 0.6
Hex C3 C2 70 0 1 2B 18 3B 29 3C
Octal 303 302 160 0 1 53 30 73 51 74
Binary 11000011 11000010 1110000 0 1 101011 11000 111011 101001 111100

Color Harmonies of #C3C270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C270

Black with #C3C270

Text Example


Text Example

White with #C3C270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C270; }

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

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

background-color css

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

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

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

border-color css

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

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

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