Html Css Color HEX #C65828 Chilean Fire

📋 copy color: '#C65828'

red 198 ◦ green 88 ◦ blue 40

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

Shades of Chilean Fire #C65828

Tints of Chilean Fire #C65828

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.99%

 BLUE value IS 40 (16.02% from 255) = 12.27%

R = 60.74%
G = 26.99%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C65828 (or 0xC65828) is known color: Chilean Fire. HEX triplet: C6, 58 and 28. RGB value is (198,88,40). Sum of RGB (Red+Green+Blue) = 198+88+40=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C65828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65828 is #39A7D7. Grayscale: #737373. Windows color (decimal): -3778520 or 2644166. OLE color: 2644166.

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

Color convert

RGB 198 88 40 -
CMYK 0 0.56 0.80 0.22
HSL 18.23º 0.66% 0.47% -
HSV(B) 18.23º 0.8% 0.78% -
XYZ 27.16 19.14 4.27 -
YUV 115.42 85.44 186.9 -
System Red Green Blue C M Y K H S L
Decimal 198 88 40 0 0.56 0.80 0.22 18.23 0.66 0.47
Hex C6 58 28 0 38 50 16 12 42 2F
Octal 306 130 50 0 70 120 26 22 102 57
Binary 11000110 1011000 101000 0 111000 1010000 10110 10010 1000010 101111

Color Harmonies of #C65828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65828

Black with #C65828

Text Example


Text Example

White with #C65828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65828; }

 p { color: rgb(198,88,40); }

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

background-color css

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

 a { background-color: rgb(198,88,40); }

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

border-color css

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

 span { border-color: rgb(198,88,40); }

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