Html Css Color HEX #CD7441 Zest

📋 copy color: '#CD7441'

red 205 ◦ green 116 ◦ blue 65

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

Shades of Zest #CD7441

Tints of Zest #CD7441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.84%

R = 53.11%
G = 30.05%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD7441 (or 0xCD7441) is known color: Zest. HEX triplet: CD, 74 and 41. RGB value is (205,116,65). Sum of RGB (Red+Green+Blue) = 205+116+65=386 (51% of max value = 765). Red value is 205 (80.47% from 255 or 53.11% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7441 is #328BBE. Grayscale: #898989. Windows color (decimal): -3312575 or 4289741. OLE color: 4289741.

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

Color convert

RGB 205 116 65 -
CMYK 0 0.43 0.68 0.20
HSL 21.86º 0.58% 0.53% -
HSV(B) 21.86º 0.68% 0.8% -
XYZ 32.38 25.85 8.28 -
YUV 136.8 87.49 176.65 -
System Red Green Blue C M Y K H S L
Decimal 205 116 65 0 0.43 0.68 0.20 21.86 0.58 0.53
Hex CD 74 41 0 2B 44 14 16 3A 35
Octal 315 164 101 0 53 104 24 26 72 65
Binary 11001101 1110100 1000001 0 101011 1000100 10100 10110 111010 110101

Color Harmonies of #CD7441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7441

Black with #CD7441

Text Example


Text Example

White with #CD7441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7441; }

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

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

background-color css

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

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

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

border-color css

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

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

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