Html Css Color HEX #C06545 Flame Pea

📋 copy color: '#C06545'

red 192 ◦ green 101 ◦ blue 69

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

Shades of Flame Pea #C06545

Tints of Flame Pea #C06545

RGB

 RED value IS 192 (75.39% from 255) = 53.04%

 GREEN value IS 101 (39.84% from 255) = 27.9%

 BLUE value IS 69 (27.34% from 255) = 19.06%

R = 53.04%
G = 27.9%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C06545 (or 0xC06545) is known color: Flame Pea. HEX triplet: C0, 65 and 45. RGB value is (192,101,69). Sum of RGB (Red+Green+Blue) = 192+101+69=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C06545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06545 is #3F9ABA. Grayscale: #7C7C7C. Windows color (decimal): -4168379 or 4548032. OLE color: 4548032.

HSL color Cylindrical-coordinate representation of color #C06545: hue angle of 15.61º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C06545 is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 101 69 -
CMYK 0 0.47 0.64 0.25
HSL 15.61º 0.49% 0.51% -
HSV(B) 15.61º 0.64% 0.75% -
XYZ 27.47 20.94 8.23 -
YUV 124.56 96.65 176.1 -
System Red Green Blue C M Y K H S L
Decimal 192 101 69 0 0.47 0.64 0.25 15.61 0.49 0.51
Hex C0 65 45 0 2F 40 19 10 31 33
Octal 300 145 105 0 57 100 31 20 61 63
Binary 11000000 1100101 1000101 0 101111 1000000 11001 10000 110001 110011

Color Harmonies of #C06545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06545

Black with #C06545

Text Example


Text Example

White with #C06545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06545; }

 p { color: rgb(192,101,69); }

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

background-color css

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

 a { background-color: rgb(192,101,69); }

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

border-color css

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

 span { border-color: rgb(192,101,69); }

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