Html Css Color HEX #C0654F Flame Pea

📋 copy color: '#C0654F'

red 192 ◦ green 101 ◦ blue 79

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

Shades of Flame Pea #C0654F

Tints of Flame Pea #C0654F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.24%

R = 51.61%
G = 27.15%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0654F (or 0xC0654F) is known color: Flame Pea. HEX triplet: C0, 65 and 4F. RGB value is (192,101,79). Sum of RGB (Red+Green+Blue) = 192+101+79=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0654F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0654F is #3F9AB0. Grayscale: #7D7D7D. Windows color (decimal): -4168369 or 5203392. OLE color: 5203392.

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

Color convert

RGB 192 101 79 -
CMYK 0 0.47 0.59 0.25
HSL 11.68º 0.47% 0.53% -
HSV(B) 11.68º 0.59% 0.75% -
XYZ 27.8 21.08 10 -
YUV 125.7 101.65 175.29 -
System Red Green Blue C M Y K H S L
Decimal 192 101 79 0 0.47 0.59 0.25 11.68 0.47 0.53
Hex C0 65 4F 0 2F 3B 19 C 2F 35
Octal 300 145 117 0 57 73 31 14 57 65
Binary 11000000 1100101 1001111 0 101111 111011 11001 1100 101111 110101

Color Harmonies of #C0654F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0654F

Black with #C0654F

Text Example


Text Example

White with #C0654F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0654F; }

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

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

background-color css

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

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

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

border-color css

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

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

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