Html Css Color HEX #C65B2C Chilean Fire

📋 copy color: '#C65B2C'

red 198 ◦ green 91 ◦ blue 44

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

Shades of Chilean Fire #C65B2C

Tints of Chilean Fire #C65B2C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.33%

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

R = 59.46%
G = 27.33%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C65B2C (or 0xC65B2C) is known color: Chilean Fire. HEX triplet: C6, 5B and 2C. RGB value is (198,91,44). Sum of RGB (Red+Green+Blue) = 198+91+44=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C65B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65B2C is #39A4D3. Grayscale: #757575. Windows color (decimal): -3777748 or 2907078. OLE color: 2907078.

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

Color convert

RGB 198 91 44 -
CMYK 0 0.54 0.78 0.22
HSL 18.31º 0.64% 0.47% -
HSV(B) 18.31º 0.78% 0.78% -
XYZ 27.48 19.67 4.73 -
YUV 117.64 86.45 185.32 -
System Red Green Blue C M Y K H S L
Decimal 198 91 44 0 0.54 0.78 0.22 18.31 0.64 0.47
Hex C6 5B 2C 0 36 4E 16 12 40 2F
Octal 306 133 54 0 66 116 26 22 100 57
Binary 11000110 1011011 101100 0 110110 1001110 10110 10010 1000000 101111

Color Harmonies of #C65B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65B2C

Black with #C65B2C

Text Example


Text Example

White with #C65B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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