Html Css Color HEX #C3703C Zest

📋 copy color: '#C3703C'

red 195 ◦ green 112 ◦ blue 60

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

Shades of Zest #C3703C

Tints of Zest #C3703C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.35%

R = 53.13%
G = 30.52%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3703C (or 0xC3703C) is known color: Zest. HEX triplet: C3, 70 and 3C. RGB value is (195,112,60). Sum of RGB (Red+Green+Blue) = 195+112+60=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 60 (23.83% from 255 or 16.35% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C3703C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3703C is #3C8FC3. Grayscale: #838383. Windows color (decimal): -3968964 or 3961027. OLE color: 3961027.

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

Color convert

RGB 195 112 60 -
CMYK 0 0.43 0.69 0.24
HSL 23.11º 0.53% 0.5% -
HSV(B) 23.11º 0.69% 0.76% -
XYZ 29.12 23.52 7.28 -
YUV 130.89 88 173.73 -
System Red Green Blue C M Y K H S L
Decimal 195 112 60 0 0.43 0.69 0.24 23.11 0.53 0.5
Hex C3 70 3C 0 2B 45 18 17 35 32
Octal 303 160 74 0 53 105 30 27 65 62
Binary 11000011 1110000 111100 0 101011 1000101 11000 10111 110101 110010

Color Harmonies of #C3703C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3703C

Black with #C3703C

Text Example


Text Example

White with #C3703C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3703C; }

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

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

background-color css

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

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

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

border-color css

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

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

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