Html Css Color HEX #C06645 Flame Pea

📋 copy color: '#C06645'

red 192 ◦ green 102 ◦ blue 69

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

Shades of Flame Pea #C06645

Tints of Flame Pea #C06645

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.1%

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

R = 52.89%
G = 28.1%
B = 19.01%

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

#C06645 (or 0xC06645) is known color: Flame Pea. HEX triplet: C0, 66 and 45. RGB value is (192,102,69). Sum of RGB (Red+Green+Blue) = 192+102+69=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C06645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06645 is #3F99BA. Grayscale: #7D7D7D. Windows color (decimal): -4168123 or 4548288. OLE color: 4548288.

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

Color convert

RGB 192 102 69 -
CMYK 0 0.47 0.64 0.25
HSL 16.1º 0.49% 0.51% -
HSV(B) 16.1º 0.64% 0.75% -
XYZ 27.56 21.14 8.26 -
YUV 125.15 96.32 175.68 -
System Red Green Blue C M Y K H S L
Decimal 192 102 69 0 0.47 0.64 0.25 16.1 0.49 0.51
Hex C0 66 45 0 2F 40 19 10 31 33
Octal 300 146 105 0 57 100 31 20 61 63
Binary 11000000 1100110 1000101 0 101111 1000000 11001 10000 110001 110011

Color Harmonies of #C06645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06645

Black with #C06645

Text Example


Text Example

White with #C06645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06645; }

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

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

background-color css

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

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

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

border-color css

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

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

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