Html Css Color HEX #C3B470 Dark Khaki

📋 copy color: '#C3B470'

red 195 ◦ green 180 ◦ blue 112

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

Shades of Dark Khaki #C3B470

Tints of Dark Khaki #C3B470

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.96%

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

R = 40.04%
G = 36.96%
B = 23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C3B470 (or 0xC3B470) is known color: Dark Khaki. HEX triplet: C3, B4 and 70. RGB value is (195,180,112). Sum of RGB (Red+Green+Blue) = 195+180+112=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B470 is #3C4B8F. Grayscale: #B1B1B1. Windows color (decimal): -3951504 or 7386307. OLE color: 7386307.

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

Color convert

RGB 195 180 112 -
CMYK 0 0.08 0.43 0.24
HSL 49.16º 0.41% 0.6% -
HSV(B) 49.16º 0.43% 0.76% -
XYZ 41.75 45.41 21.89 -
YUV 176.73 91.47 141.03 -
System Red Green Blue C M Y K H S L
Decimal 195 180 112 0 0.08 0.43 0.24 49.16 0.41 0.6
Hex C3 B4 70 0 8 2B 18 31 29 3C
Octal 303 264 160 0 10 53 30 61 51 74
Binary 11000011 10110100 1110000 0 1000 101011 11000 110001 101001 111100

Color Harmonies of #C3B470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B470

Black with #C3B470

Text Example


Text Example

White with #C3B470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B470; }

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

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

background-color css

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

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

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

border-color css

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

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

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