Html Css Color HEX #C6592C Chilean Fire

📋 copy color: '#C6592C'

red 198 ◦ green 89 ◦ blue 44

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

Shades of Chilean Fire #C6592C

Tints of Chilean Fire #C6592C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.29%

R = 59.82%
G = 26.89%
B = 13.29%

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

#C6592C (or 0xC6592C) is known color: Chilean Fire. HEX triplet: C6, 59 and 2C. RGB value is (198,89,44). Sum of RGB (Red+Green+Blue) = 198+89+44=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C6592C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6592C is #39A6D3. Grayscale: #747474. Windows color (decimal): -3778260 or 2906566. OLE color: 2906566.

HSL color Cylindrical-coordinate representation of color #C6592C: hue angle of 17.53º 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 #C6592C is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 89 44 -
CMYK 0 0.55 0.78 0.22
HSL 17.53º 0.64% 0.47% -
HSV(B) 17.53º 0.78% 0.78% -
XYZ 27.32 19.33 4.67 -
YUV 116.46 87.11 186.16 -
System Red Green Blue C M Y K H S L
Decimal 198 89 44 0 0.55 0.78 0.22 17.53 0.64 0.47
Hex C6 59 2C 0 37 4E 16 12 40 2F
Octal 306 131 54 0 67 116 26 22 100 57
Binary 11000110 1011001 101100 0 110111 1001110 10110 10010 1000000 101111

Color Harmonies of #C6592C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6592C

Black with #C6592C

Text Example


Text Example

White with #C6592C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6592C; }

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

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

background-color css

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

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

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

border-color css

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

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

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