Html Css Color HEX #C9753D Zest

📋 copy color: '#C9753D'

red 201 ◦ green 117 ◦ blue 61

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

Shades of Zest #C9753D

Tints of Zest #C9753D

RGB

 RED value IS 201 (78.91% from 255) = 53.03%

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

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

R = 53.03%
G = 30.87%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9753D (or 0xC9753D) is known color: Zest. HEX triplet: C9, 75 and 3D. RGB value is (201,117,61). Sum of RGB (Red+Green+Blue) = 201+117+61=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C9753D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9753D is #368AC2. Grayscale: #888888. Windows color (decimal): -3574467 or 4027849. OLE color: 4027849.

HSL color Cylindrical-coordinate representation of color #C9753D: hue angle of 24º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9753D is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 117 61 -
CMYK 0 0.42 0.70 0.21
HSL 24º 0.56% 0.51% -
HSV(B) 24º 0.7% 0.79% -
XYZ 31.29 25.48 7.68 -
YUV 135.73 85.83 174.55 -
System Red Green Blue C M Y K H S L
Decimal 201 117 61 0 0.42 0.70 0.21 24 0.56 0.51
Hex C9 75 3D 0 2A 46 15 18 38 33
Octal 311 165 75 0 52 106 25 30 70 63
Binary 11001001 1110101 111101 0 101010 1000110 10101 11000 111000 110011

Color Harmonies of #C9753D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9753D

Black with #C9753D

Text Example


Text Example

White with #C9753D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9753D; }

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

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

background-color css

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

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

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

border-color css

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

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

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