Html Css Color HEX #C06445 Flame Pea

📋 copy color: '#C06445'

red 192 ◦ green 100 ◦ blue 69

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

Shades of Flame Pea #C06445

Tints of Flame Pea #C06445

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.7%

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

R = 53.19%
G = 27.7%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C06445 (or 0xC06445) is known color: Flame Pea. HEX triplet: C0, 64 and 45. RGB value is (192,100,69). Sum of RGB (Red+Green+Blue) = 192+100+69=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C06445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06445 is #3F9BBA. Grayscale: #7C7C7C. Windows color (decimal): -4168635 or 4547776. OLE color: 4547776.

HSL color Cylindrical-coordinate representation of color #C06445: hue angle of 15.12º 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 #C06445 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 100 69 -
CMYK 0 0.48 0.64 0.25
HSL 15.12º 0.49% 0.51% -
HSV(B) 15.12º 0.64% 0.75% -
XYZ 27.37 20.75 8.19 -
YUV 123.97 96.98 176.52 -
System Red Green Blue C M Y K H S L
Decimal 192 100 69 0 0.48 0.64 0.25 15.12 0.49 0.51
Hex C0 64 45 0 30 40 19 F 31 33
Octal 300 144 105 0 60 100 31 17 61 63
Binary 11000000 1100100 1000101 0 110000 1000000 11001 1111 110001 110011

Color Harmonies of #C06445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06445

Black with #C06445

Text Example


Text Example

White with #C06445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06445; }

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

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

background-color css

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

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

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

border-color css

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

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

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