Html Css Color HEX #C1703D Zest

📋 copy color: '#C1703D'

red 193 ◦ green 112 ◦ blue 61

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

Shades of Zest #C1703D

Tints of Zest #C1703D

RGB

 RED value IS 193 (75.78% from 255) = 52.73%

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

 BLUE value IS 61 (24.22% from 255) = 16.67%

R = 52.73%
G = 30.6%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C1703D (or 0xC1703D) is known color: Zest. HEX triplet: C1, 70 and 3D. RGB value is (193,112,61). Sum of RGB (Red+Green+Blue) = 193+112+61=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C1703D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1703D is #3E8FC2. Grayscale: #828282. Windows color (decimal): -4100035 or 4026561. OLE color: 4026561.

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

Color convert

RGB 193 112 61 -
CMYK 0 0.42 0.68 0.24
HSL 23.18º 0.52% 0.5% -
HSV(B) 23.18º 0.68% 0.76% -
XYZ 28.63 23.26 7.4 -
YUV 130.41 88.84 172.65 -
System Red Green Blue C M Y K H S L
Decimal 193 112 61 0 0.42 0.68 0.24 23.18 0.52 0.5
Hex C1 70 3D 0 2A 44 18 17 34 32
Octal 301 160 75 0 52 104 30 27 64 62
Binary 11000001 1110000 111101 0 101010 1000100 11000 10111 110100 110010

Color Harmonies of #C1703D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1703D

Black with #C1703D

Text Example


Text Example

White with #C1703D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1703D; }

 p { color: rgb(193,112,61); }

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

background-color css

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

 a { background-color: rgb(193,112,61); }

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

border-color css

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

 span { border-color: rgb(193,112,61); }

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