Html Css Color HEX #C0654B Flame Pea

📋 copy color: '#C0654B'

red 192 ◦ green 101 ◦ blue 75

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

Shades of Flame Pea #C0654B

Tints of Flame Pea #C0654B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.38%

R = 52.17%
G = 27.45%
B = 20.38%

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

#C0654B (or 0xC0654B) is known color: Flame Pea. HEX triplet: C0, 65 and 4B. RGB value is (192,101,75). Sum of RGB (Red+Green+Blue) = 192+101+75=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C0654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0654B is #3F9AB4. Grayscale: #7D7D7D. Windows color (decimal): -4168373 or 4941248. OLE color: 4941248.

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

Color convert

RGB 192 101 75 -
CMYK 0 0.47 0.61 0.25
HSL 13.33º 0.48% 0.52% -
HSV(B) 13.33º 0.61% 0.75% -
XYZ 27.66 21.02 9.26 -
YUV 125.25 99.65 175.61 -
System Red Green Blue C M Y K H S L
Decimal 192 101 75 0 0.47 0.61 0.25 13.33 0.48 0.52
Hex C0 65 4B 0 2F 3D 19 D 30 34
Octal 300 145 113 0 57 75 31 15 60 64
Binary 11000000 1100101 1001011 0 101111 111101 11001 1101 110000 110100

Color Harmonies of #C0654B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0654B

Black with #C0654B

Text Example


Text Example

White with #C0654B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0654B; }

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

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

background-color css

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

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

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

border-color css

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

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

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