Html Css Color HEX #C26C35 Zest

📋 copy color: '#C26C35'

red 194 ◦ green 108 ◦ blue 53

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

Shades of Zest #C26C35

Tints of Zest #C26C35

RGB

 RED value IS 194 (76.17% from 255) = 54.65%

 GREEN value IS 108 (42.58% from 255) = 30.42%

 BLUE value IS 53 (21.09% from 255) = 14.93%

R = 54.65%
G = 30.42%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C26C35 (or 0xC26C35) is known color: Zest. HEX triplet: C2, 6C and 35. RGB value is (194,108,53). Sum of RGB (Red+Green+Blue) = 194+108+53=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 53 (21.09% from 255 or 14.93% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26C35 is #3D93CA. Grayscale: #7F7F7F. Windows color (decimal): -4035531 or 3501250. OLE color: 3501250.

HSL color Cylindrical-coordinate representation of color #C26C35: hue angle of 23.4º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C26C35 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 108 53 -
CMYK 0 0.44 0.73 0.24
HSL 23.4º 0.57% 0.48% -
HSV(B) 23.4º 0.73% 0.76% -
XYZ 28.25 22.45 6.21 -
YUV 127.44 85.99 175.47 -
System Red Green Blue C M Y K H S L
Decimal 194 108 53 0 0.44 0.73 0.24 23.4 0.57 0.48
Hex C2 6C 35 0 2C 49 18 17 39 30
Octal 302 154 65 0 54 111 30 27 71 60
Binary 11000010 1101100 110101 0 101100 1001001 11000 10111 111001 110000

Color Harmonies of #C26C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26C35

Black with #C26C35

Text Example


Text Example

White with #C26C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26C35; }

 p { color: rgb(194,108,53); }

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

background-color css

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

 a { background-color: rgb(194,108,53); }

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

border-color css

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

 span { border-color: rgb(194,108,53); }

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