Html Css Color HEX #CD753C Zest

📋 copy color: '#CD753C'

red 205 ◦ green 117 ◦ blue 60

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

Shades of Zest #CD753C

Tints of Zest #CD753C

RGB

 RED value IS 205 (80.47% from 255) = 53.66%

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

 BLUE value IS 60 (23.83% from 255) = 15.71%

R = 53.66%
G = 30.63%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CD753C (or 0xCD753C) is known color: Zest. HEX triplet: CD, 75 and 3C. RGB value is (205,117,60). Sum of RGB (Red+Green+Blue) = 205+117+60=382 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.66% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 205 - color contains mainly: red. Hex color #CD753C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD753C is #328AC3. Grayscale: #898989. Windows color (decimal): -3312324 or 3962317. OLE color: 3962317.

HSL color Cylindrical-coordinate representation of color #CD753C: hue angle of 23.59º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD753C is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 117 60 -
CMYK 0 0.43 0.71 0.20
HSL 23.59º 0.59% 0.52% -
HSV(B) 23.59º 0.71% 0.8% -
XYZ 32.35 26.03 7.59 -
YUV 136.81 84.65 176.63 -
System Red Green Blue C M Y K H S L
Decimal 205 117 60 0 0.43 0.71 0.20 23.59 0.59 0.52
Hex CD 75 3C 0 2B 47 14 18 3B 34
Octal 315 165 74 0 53 107 24 30 73 64
Binary 11001101 1110101 111100 0 101011 1000111 10100 11000 111011 110100

Color Harmonies of #CD753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD753C

Black with #CD753C

Text Example


Text Example

White with #CD753C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD753C; }

 p { color: rgb(205,117,60); }

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

background-color css

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

 a { background-color: rgb(205,117,60); }

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

border-color css

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

 span { border-color: rgb(205,117,60); }

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