Html Css Color HEX #C3B270 Dark Khaki

📋 copy color: '#C3B270'

red 195 ◦ green 178 ◦ blue 112

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

Shades of Dark Khaki #C3B270

Tints of Dark Khaki #C3B270

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.7%

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

R = 40.21%
G = 36.7%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C3B270 (or 0xC3B270) is known color: Dark Khaki. HEX triplet: C3, B2 and 70. RGB value is (195,178,112). Sum of RGB (Red+Green+Blue) = 195+178+112=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B270 is #3C4D8F. Grayscale: #AFAFAF. Windows color (decimal): -3952016 or 7385795. OLE color: 7385795.

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

Color convert

RGB 195 178 112 -
CMYK 0 0.09 0.43 0.24
HSL 47.71º 0.41% 0.6% -
HSV(B) 47.71º 0.43% 0.76% -
XYZ 41.35 44.61 21.76 -
YUV 175.56 92.13 141.87 -
System Red Green Blue C M Y K H S L
Decimal 195 178 112 0 0.09 0.43 0.24 47.71 0.41 0.6
Hex C3 B2 70 0 9 2B 18 30 29 3C
Octal 303 262 160 0 11 53 30 60 51 74
Binary 11000011 10110010 1110000 0 1001 101011 11000 110000 101001 111100

Color Harmonies of #C3B270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B270

Black with #C3B270

Text Example


Text Example

White with #C3B270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B270; }

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

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

background-color css

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

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

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

border-color css

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

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

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