Html Css Color HEX #C2693D Zest

📋 copy color: '#C2693D'

red 194 ◦ green 105 ◦ blue 61

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

Shades of Zest #C2693D

Tints of Zest #C2693D

RGB

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

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

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

R = 53.89%
G = 29.17%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2693D (or 0xC2693D) is known color: Zest. HEX triplet: C2, 69 and 3D. RGB value is (194,105,61). Sum of RGB (Red+Green+Blue) = 194+105+61=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C2693D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2693D is #3D96C2. Grayscale: #7E7E7E. Windows color (decimal): -4036291 or 4024770. OLE color: 4024770.

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

Color convert

RGB 194 105 61 -
CMYK 0 0.46 0.69 0.24
HSL 19.85º 0.52% 0.5% -
HSV(B) 19.85º 0.69% 0.76% -
XYZ 28.14 21.91 7.16 -
YUV 126.6 90.99 176.08 -
System Red Green Blue C M Y K H S L
Decimal 194 105 61 0 0.46 0.69 0.24 19.85 0.52 0.5
Hex C2 69 3D 0 2E 45 18 14 34 32
Octal 302 151 75 0 56 105 30 24 64 62
Binary 11000010 1101001 111101 0 101110 1000101 11000 10100 110100 110010

Color Harmonies of #C2693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2693D

Black with #C2693D

Text Example


Text Example

White with #C2693D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2693D; }

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

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

background-color css

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

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

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

border-color css

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

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

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