Html Css Color HEX #C4654B Flame Pea

📋 copy color: '#C4654B'

red 196 ◦ green 101 ◦ blue 75

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

Shades of Flame Pea #C4654B

Tints of Flame Pea #C4654B

RGB

 RED value IS 196 (76.95% from 255) = 52.69%

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

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

R = 52.69%
G = 27.15%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4654B (or 0xC4654B) is known color: Flame Pea. HEX triplet: C4, 65 and 4B. RGB value is (196,101,75). Sum of RGB (Red+Green+Blue) = 196+101+75=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C4654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4654B is #3B9AB4. Grayscale: #7E7E7E. Windows color (decimal): -3906229 or 4941252. OLE color: 4941252.

HSL color Cylindrical-coordinate representation of color #C4654B: hue angle of 12.89º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4654B is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 101 75 -
CMYK 0 0.48 0.62 0.23
HSL 12.89º 0.51% 0.53% -
HSV(B) 12.89º 0.62% 0.77% -
XYZ 28.69 21.55 9.3 -
YUV 126.44 98.97 177.61 -
System Red Green Blue C M Y K H S L
Decimal 196 101 75 0 0.48 0.62 0.23 12.89 0.51 0.53
Hex C4 65 4B 0 30 3E 17 D 33 35
Octal 304 145 113 0 60 76 27 15 63 65
Binary 11000100 1100101 1001011 0 110000 111110 10111 1101 110011 110101

Color Harmonies of #C4654B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4654B

Black with #C4654B

Text Example


Text Example

White with #C4654B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4654B; }

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

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

background-color css

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

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

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

border-color css

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

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

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