Html Css Color HEX #C26F42 Zest

📋 copy color: '#C26F42'

red 194 ◦ green 111 ◦ blue 66

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

Shades of Zest #C26F42

Tints of Zest #C26F42

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.92%

 BLUE value IS 66 (26.17% from 255) = 17.79%

R = 52.29%
G = 29.92%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C26F42 (or 0xC26F42) is known color: Zest. HEX triplet: C2, 6F and 42. RGB value is (194,111,66). Sum of RGB (Red+Green+Blue) = 194+111+66=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26F42 is #3D90BD. Grayscale: #828282. Windows color (decimal): -4034750 or 4353986. OLE color: 4353986.

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

Color convert

RGB 194 111 66 -
CMYK 0 0.43 0.66 0.24
HSL 21.09º 0.51% 0.51% -
HSV(B) 21.09º 0.66% 0.76% -
XYZ 28.92 23.23 8.11 -
YUV 130.69 91.5 173.16 -
System Red Green Blue C M Y K H S L
Decimal 194 111 66 0 0.43 0.66 0.24 21.09 0.51 0.51
Hex C2 6F 42 0 2B 42 18 15 33 33
Octal 302 157 102 0 53 102 30 25 63 63
Binary 11000010 1101111 1000010 0 101011 1000010 11000 10101 110011 110011

Color Harmonies of #C26F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26F42

Black with #C26F42

Text Example


Text Example

White with #C26F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26F42; }

 p { color: rgb(194,111,66); }

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

background-color css

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

 a { background-color: rgb(194,111,66); }

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

border-color css

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

 span { border-color: rgb(194,111,66); }

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