#CD6135

Color #CD6135 Chilean Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chilean Fire #CD6135

Tints of Chilean Fire #CD6135

Color information

#CD6135 (or 0xCD6135) is unknown color: approx Chilean Fire. HEX triplet: CD, 61 and 35. RGB value is (205,97,53). Sum of RGB (Red+Green+Blue) = 205+97+53=355 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.75% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 53 (21.09% from 255 or 14.93% from 355); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6135 is #329ECA. Grayscale: #7C7C7C. Windows color (decimal): -3317451 or 3498445. OLE color: 3498445.

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

Color convert

RGB2059753-
CMYK00.530.740.20
HSL17.37º60.32%50.59%-
HSV(B)17.37º74.15%80.39%-
XYZ30.0921.795.99-
YUV124.2887.78185.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 57.75%
GREEN value IS 97 (38.28% from 255) = 27.32%
BLUE value IS 53 (21.09% from 255) = 14.93%
R=57.75%
G=27.32%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205975300.530.740.2017.3760.3250.59
HexCD61350354A14113c33
Octal3151416506511224217463
Binary110011011100001110101011010110010101010010001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6135; }

 p { color: rgb(205,97,53); }

 H1.HeaderClassName
 {
   color: #CD6135;
 }
 .AnyTagClassName
 {
   color: #CD6135;
 }
</style>
background-color css

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

 a { background-color: rgb(205,97,53); }

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

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

 span { border-color: rgb(205,97,53); }

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