Html Css Color HEX #C2753D Zest

📋 copy color: '#C2753D'

red 194 ◦ green 117 ◦ blue 61

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

Shades of Zest #C2753D

Tints of Zest #C2753D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.45%

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

R = 52.15%
G = 31.45%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2753D (or 0xC2753D) is known color: Zest. HEX triplet: C2, 75 and 3D. RGB value is (194,117,61). Sum of RGB (Red+Green+Blue) = 194+117+61=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C2753D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2753D is #3D8AC2. Grayscale: #858585. Windows color (decimal): -4033219 or 4027842. OLE color: 4027842.

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

Color convert

RGB 194 117 61 -
CMYK 0 0.40 0.69 0.24
HSL 25.26º 0.52% 0.5% -
HSV(B) 25.26º 0.69% 0.76% -
XYZ 29.45 24.53 7.6 -
YUV 133.64 87.01 171.05 -
System Red Green Blue C M Y K H S L
Decimal 194 117 61 0 0.40 0.69 0.24 25.26 0.52 0.5
Hex C2 75 3D 0 28 45 18 19 34 32
Octal 302 165 75 0 50 105 30 31 64 62
Binary 11000010 1110101 111101 0 101000 1000101 11000 11001 110100 110010

Color Harmonies of #C2753D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2753D

Black with #C2753D

Text Example


Text Example

White with #C2753D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2753D; }

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

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

background-color css

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

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

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

border-color css

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

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

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