Html Css Color HEX #CD753D Zest

📋 copy color: '#CD753D'

red 205 ◦ green 117 ◦ blue 61

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

Shades of Zest #CD753D

Tints of Zest #CD753D

RGB

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

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

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

R = 53.52%
G = 30.55%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD753D (or 0xCD753D) is known color: Zest. HEX triplet: CD, 75 and 3D. RGB value is (205,117,61). Sum of RGB (Red+Green+Blue) = 205+117+61=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CD753D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD753D is #328AC2. Grayscale: #898989. Windows color (decimal): -3312323 or 4027853. OLE color: 4027853.

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

Color convert

RGB 205 117 61 -
CMYK 0 0.43 0.70 0.20
HSL 23.33º 0.59% 0.52% -
HSV(B) 23.33º 0.7% 0.8% -
XYZ 32.38 26.04 7.73 -
YUV 136.93 85.15 176.55 -
System Red Green Blue C M Y K H S L
Decimal 205 117 61 0 0.43 0.70 0.20 23.33 0.59 0.52
Hex CD 75 3D 0 2B 46 14 17 3B 34
Octal 315 165 75 0 53 106 24 27 73 64
Binary 11001101 1110101 111101 0 101011 1000110 10100 10111 111011 110100

Color Harmonies of #CD753D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD753D

Black with #CD753D

Text Example


Text Example

White with #CD753D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD753D; }

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

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

background-color css

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

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

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

border-color css

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

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

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