Html Css Color HEX #C0684F Flame Pea

📋 copy color: '#C0684F'

red 192 ◦ green 104 ◦ blue 79

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

Shades of Flame Pea #C0684F

Tints of Flame Pea #C0684F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.73%

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

R = 51.2%
G = 27.73%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0684F (or 0xC0684F) is known color: Flame Pea. HEX triplet: C0, 68 and 4F. RGB value is (192,104,79). Sum of RGB (Red+Green+Blue) = 192+104+79=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 79 (31.25% from 255 or 21.07% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C0684F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0684F is #3F97B0. Grayscale: #7F7F7F. Windows color (decimal): -4167601 or 5204160. OLE color: 5204160.

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

Color convert

RGB 192 104 79 -
CMYK 0 0.46 0.59 0.25
HSL 13.27º 0.47% 0.53% -
HSV(B) 13.27º 0.59% 0.75% -
XYZ 28.1 21.67 10.1 -
YUV 127.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 192 104 79 0 0.46 0.59 0.25 13.27 0.47 0.53
Hex C0 68 4F 0 2E 3B 19 D 2F 35
Octal 300 150 117 0 56 73 31 15 57 65
Binary 11000000 1101000 1001111 0 101110 111011 11001 1101 101111 110101

Color Harmonies of #C0684F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0684F

Black with #C0684F

Text Example


Text Example

White with #C0684F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0684F; }

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

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

background-color css

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

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

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

border-color css

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

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

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