Html Css Color HEX #CD5C2E Chilean Fire

📋 copy color: '#CD5C2E'

red 205 ◦ green 92 ◦ blue 46

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

Shades of Chilean Fire #CD5C2E

Tints of Chilean Fire #CD5C2E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.82%

 BLUE value IS 46 (18.36% from 255) = 13.41%

R = 59.77%
G = 26.82%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CD5C2E (or 0xCD5C2E) is known color: Chilean Fire. HEX triplet: CD, 5C and 2E. RGB value is (205,92,46). Sum of RGB (Red+Green+Blue) = 205+92+46=343 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.77% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 46 (18.36% from 255 or 13.41% from 343); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5C2E is #32A3D1. Grayscale: #787878. Windows color (decimal): -3318738 or 3038413. OLE color: 3038413.

HSL color Cylindrical-coordinate representation of color #CD5C2E: hue angle of 17.36º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD5C2E is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 92 46 -
CMYK 0 0.55 0.78 0.20
HSL 17.36º 0.63% 0.49% -
HSV(B) 17.36º 0.78% 0.8% -
XYZ 29.5 20.83 5.05 -
YUV 120.54 85.94 188.24 -
System Red Green Blue C M Y K H S L
Decimal 205 92 46 0 0.55 0.78 0.20 17.36 0.63 0.49
Hex CD 5C 2E 0 37 4E 14 11 3F 31
Octal 315 134 56 0 67 116 24 21 77 61
Binary 11001101 1011100 101110 0 110111 1001110 10100 10001 111111 110001

Color Harmonies of #CD5C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5C2E

Black with #CD5C2E

Text Example


Text Example

White with #CD5C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5C2E; }

 p { color: rgb(205,92,46); }

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

background-color css

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

 a { background-color: rgb(205,92,46); }

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

border-color css

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

 span { border-color: rgb(205,92,46); }

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