Html Css Color HEX #C0654A Flame Pea

📋 copy color: '#C0654A'

red 192 ◦ green 101 ◦ blue 74

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

Shades of Flame Pea #C0654A

Tints of Flame Pea #C0654A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.16%

R = 52.32%
G = 27.52%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0654A (or 0xC0654A) is known color: Flame Pea. HEX triplet: C0, 65 and 4A. RGB value is (192,101,74). Sum of RGB (Red+Green+Blue) = 192+101+74=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0654A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0654A is #3F9AB5. Grayscale: #7D7D7D. Windows color (decimal): -4168374 or 4875712. OLE color: 4875712.

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

Color convert

RGB 192 101 74 -
CMYK 0 0.47 0.61 0.25
HSL 13.73º 0.48% 0.52% -
HSV(B) 13.73º 0.61% 0.75% -
XYZ 27.63 21.01 9.08 -
YUV 125.13 99.15 175.7 -
System Red Green Blue C M Y K H S L
Decimal 192 101 74 0 0.47 0.61 0.25 13.73 0.48 0.52
Hex C0 65 4A 0 2F 3D 19 E 30 34
Octal 300 145 112 0 57 75 31 16 60 64
Binary 11000000 1100101 1001010 0 101111 111101 11001 1110 110000 110100

Color Harmonies of #C0654A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0654A

Black with #C0654A

Text Example


Text Example

White with #C0654A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0654A; }

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

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

background-color css

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

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

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

border-color css

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

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

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