Html Css Color HEX #C6592B Chilean Fire

📋 copy color: '#C6592B'

red 198 ◦ green 89 ◦ blue 43

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

Shades of Chilean Fire #C6592B

Tints of Chilean Fire #C6592B

RGB

 RED value IS 198 (77.73% from 255) = 60%

 GREEN value IS 89 (35.16% from 255) = 26.97%

 BLUE value IS 43 (17.19% from 255) = 13.03%

R = 60%
G = 26.97%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6592B (or 0xC6592B) is known color: Chilean Fire. HEX triplet: C6, 59 and 2B. RGB value is (198,89,43). Sum of RGB (Red+Green+Blue) = 198+89+43=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C6592B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6592B is #39A6D4. Grayscale: #747474. Windows color (decimal): -3778261 or 2841030. OLE color: 2841030.

HSL color Cylindrical-coordinate representation of color #C6592B: hue angle of 17.81º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6592B is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 89 43 -
CMYK 0 0.55 0.78 0.22
HSL 17.81º 0.64% 0.47% -
HSV(B) 17.81º 0.78% 0.78% -
XYZ 27.3 19.32 4.58 -
YUV 116.35 86.61 186.24 -
System Red Green Blue C M Y K H S L
Decimal 198 89 43 0 0.55 0.78 0.22 17.81 0.64 0.47
Hex C6 59 2B 0 37 4E 16 12 40 2F
Octal 306 131 53 0 67 116 26 22 100 57
Binary 11000110 1011001 101011 0 110111 1001110 10110 10010 1000000 101111

Color Harmonies of #C6592B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6592B

Black with #C6592B

Text Example


Text Example

White with #C6592B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6592B; }

 p { color: rgb(198,89,43); }

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

background-color css

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

 a { background-color: rgb(198,89,43); }

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

border-color css

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

 span { border-color: rgb(198,89,43); }

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