Html Css Color HEX #C3703A Zest

📋 copy color: '#C3703A'

red 195 ◦ green 112 ◦ blue 58

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

Shades of Zest #C3703A

Tints of Zest #C3703A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.68%

 BLUE value IS 58 (23.05% from 255) = 15.89%

R = 53.42%
G = 30.68%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3703A (or 0xC3703A) is known color: Zest. HEX triplet: C3, 70 and 3A. RGB value is (195,112,58). Sum of RGB (Red+Green+Blue) = 195+112+58=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C3703A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3703A is #3C8FC5. Grayscale: #828282. Windows color (decimal): -3968966 or 3829955. OLE color: 3829955.

HSL color Cylindrical-coordinate representation of color #C3703A: hue angle of 23.65º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C3703A is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 112 58 -
CMYK 0 0.43 0.70 0.24
HSL 23.65º 0.54% 0.5% -
HSV(B) 23.65º 0.7% 0.76% -
XYZ 29.06 23.5 7.01 -
YUV 130.66 87 173.89 -
System Red Green Blue C M Y K H S L
Decimal 195 112 58 0 0.43 0.70 0.24 23.65 0.54 0.5
Hex C3 70 3A 0 2B 46 18 18 36 32
Octal 303 160 72 0 53 106 30 30 66 62
Binary 11000011 1110000 111010 0 101011 1000110 11000 11000 110110 110010

Color Harmonies of #C3703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3703A

Black with #C3703A

Text Example


Text Example

White with #C3703A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3703A; }

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

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

background-color css

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

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

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

border-color css

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

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

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