Html Css Color HEX #C3B562 Dark Khaki

📋 copy color: '#C3B562'

red 195 ◦ green 181 ◦ blue 98

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

Shades of Dark Khaki #C3B562

Tints of Dark Khaki #C3B562

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.19%

 BLUE value IS 98 (38.67% from 255) = 20.68%

R = 41.14%
G = 38.19%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C3B562 (or 0xC3B562) is known color: Dark Khaki. HEX triplet: C3, B5 and 62. RGB value is (195,181,98). Sum of RGB (Red+Green+Blue) = 195+181+98=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 181 (71.09% from 255 or 38.19% from 474); Blue value is 98 (38.67% from 255 or 20.68% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B562 is #3C4A9D. Grayscale: #B0B0B0. Windows color (decimal): -3951262 or 6469059. OLE color: 6469059.

HSL color Cylindrical-coordinate representation of color #C3B562: hue angle of 51.34º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C3B562 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 181 98 -
CMYK 0 0.07 0.50 0.24
HSL 51.34º 0.45% 0.57% -
HSV(B) 51.34º 0.5% 0.76% -
XYZ 41.23 45.53 18.17 -
YUV 175.72 84.14 141.75 -
System Red Green Blue C M Y K H S L
Decimal 195 181 98 0 0.07 0.50 0.24 51.34 0.45 0.57
Hex C3 B5 62 0 7 32 18 33 2D 39
Octal 303 265 142 0 7 62 30 63 55 71
Binary 11000011 10110101 1100010 0 111 110010 11000 110011 101101 111001

Color Harmonies of #C3B562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B562

Black with #C3B562

Text Example


Text Example

White with #C3B562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B562; }

 p { color: rgb(195,181,98); }

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

background-color css

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

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

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

border-color css

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

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

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