Html Css Color HEX #CD743D Zest

📋 copy color: '#CD743D'

red 205 ◦ green 116 ◦ blue 61

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

Shades of Zest #CD743D

Tints of Zest #CD743D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.37%

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

R = 53.66%
G = 30.37%
B = 15.97%

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

#CD743D (or 0xCD743D) is known color: Zest. HEX triplet: CD, 74 and 3D. RGB value is (205,116,61). Sum of RGB (Red+Green+Blue) = 205+116+61=382 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.66% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 205 - color contains mainly: red. Hex color #CD743D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD743D is #328BC2. Grayscale: #888888. Windows color (decimal): -3312579 or 4027597. OLE color: 4027597.

HSL color Cylindrical-coordinate representation of color #CD743D: hue angle of 22.92º 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 #CD743D is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 116 61 -
CMYK 0 0.43 0.70 0.20
HSL 22.92º 0.59% 0.52% -
HSV(B) 22.92º 0.7% 0.8% -
XYZ 32.26 25.81 7.7 -
YUV 136.34 85.49 176.97 -
System Red Green Blue C M Y K H S L
Decimal 205 116 61 0 0.43 0.70 0.20 22.92 0.59 0.52
Hex CD 74 3D 0 2B 46 14 17 3B 34
Octal 315 164 75 0 53 106 24 27 73 64
Binary 11001101 1110100 111101 0 101011 1000110 10100 10111 111011 110100

Color Harmonies of #CD743D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD743D

Black with #CD743D

Text Example


Text Example

White with #CD743D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD743D; }

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

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

background-color css

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

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

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

border-color css

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

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

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