Html Css Color HEX #C65929 Chilean Fire

📋 copy color: '#C65929'

red 198 ◦ green 89 ◦ blue 41

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

Shades of Chilean Fire #C65929

Tints of Chilean Fire #C65929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.5%

R = 60.37%
G = 27.13%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C65929 (or 0xC65929) is known color: Chilean Fire. HEX triplet: C6, 59 and 29. RGB value is (198,89,41). Sum of RGB (Red+Green+Blue) = 198+89+41=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 41 (16.41% from 255 or 12.5% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C65929 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65929 is #39A6D6. Grayscale: #747474. Windows color (decimal): -3778263 or 2709958. OLE color: 2709958.

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

Color convert

RGB 198 89 41 -
CMYK 0 0.55 0.79 0.22
HSL 18.34º 0.66% 0.47% -
HSV(B) 18.34º 0.79% 0.78% -
XYZ 27.26 19.31 4.39 -
YUV 116.12 85.61 186.4 -
System Red Green Blue C M Y K H S L
Decimal 198 89 41 0 0.55 0.79 0.22 18.34 0.66 0.47
Hex C6 59 29 0 37 4F 16 12 42 2F
Octal 306 131 51 0 67 117 26 22 102 57
Binary 11000110 1011001 101001 0 110111 1001111 10110 10010 1000010 101111

Color Harmonies of #C65929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65929

Black with #C65929

Text Example


Text Example

White with #C65929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65929; }

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

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

background-color css

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

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

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

border-color css

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

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

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