Html Css Color HEX #C2693E Zest

📋 copy color: '#C2693E'

red 194 ◦ green 105 ◦ blue 62

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

Shades of Zest #C2693E

Tints of Zest #C2693E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.09%

 BLUE value IS 62 (24.61% from 255) = 17.17%

R = 53.74%
G = 29.09%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2693E (or 0xC2693E) is known color: Zest. HEX triplet: C2, 69 and 3E. RGB value is (194,105,62). Sum of RGB (Red+Green+Blue) = 194+105+62=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C2693E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2693E is #3D96C1. Grayscale: #7E7E7E. Windows color (decimal): -4036290 or 4090306. OLE color: 4090306.

HSL color Cylindrical-coordinate representation of color #C2693E: hue angle of 19.55º 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 #C2693E is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 105 62 -
CMYK 0 0.46 0.68 0.24
HSL 19.55º 0.52% 0.5% -
HSV(B) 19.55º 0.68% 0.76% -
XYZ 28.17 21.92 7.3 -
YUV 126.71 91.49 176 -
System Red Green Blue C M Y K H S L
Decimal 194 105 62 0 0.46 0.68 0.24 19.55 0.52 0.5
Hex C2 69 3E 0 2E 44 18 14 34 32
Octal 302 151 76 0 56 104 30 24 64 62
Binary 11000010 1101001 111110 0 101110 1000100 11000 10100 110100 110010

Color Harmonies of #C2693E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2693E

Black with #C2693E

Text Example


Text Example

White with #C2693E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2693E; }

 p { color: rgb(194,105,62); }

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

background-color css

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

 a { background-color: rgb(194,105,62); }

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

border-color css

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

 span { border-color: rgb(194,105,62); }

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