Html Css Color HEX #C3C170 Dark Khaki

📋 copy color: '#C3C170'

red 195 ◦ green 193 ◦ blue 112

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

Shades of Dark Khaki #C3C170

Tints of Dark Khaki #C3C170

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.6%

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

R = 39%
G = 38.6%
B = 22.4%

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

#C3C170 (or 0xC3C170) is known color: Dark Khaki. HEX triplet: C3, C1 and 70. RGB value is (195,193,112). Sum of RGB (Red+Green+Blue) = 195+193+112=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C170 is #3C3E8F. Grayscale: #B8B8B8. Windows color (decimal): -3948176 or 7389635. OLE color: 7389635.

HSL color Cylindrical-coordinate representation of color #C3C170: hue angle of 58.55º 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 #C3C170 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 193 112 -
CMYK 0 0.01 0.43 0.24
HSL 58.55º 0.41% 0.6% -
HSV(B) 58.55º 0.43% 0.76% -
XYZ 44.5 50.91 22.81 -
YUV 184.36 87.16 135.59 -
System Red Green Blue C M Y K H S L
Decimal 195 193 112 0 0.01 0.43 0.24 58.55 0.41 0.6
Hex C3 C1 70 0 1 2B 18 3B 29 3C
Octal 303 301 160 0 1 53 30 73 51 74
Binary 11000011 11000001 1110000 0 1 101011 11000 111011 101001 111100

Color Harmonies of #C3C170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C170

Black with #C3C170

Text Example


Text Example

White with #C3C170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C170; }

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

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

background-color css

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

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

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

border-color css

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

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

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