Html Css Color HEX #C0644B Flame Pea

📋 copy color: '#C0644B'

red 192 ◦ green 100 ◦ blue 75

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

Shades of Flame Pea #C0644B

Tints of Flame Pea #C0644B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.25%

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

R = 52.32%
G = 27.25%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0644B (or 0xC0644B) is known color: Flame Pea. HEX triplet: C0, 64 and 4B. RGB value is (192,100,75). Sum of RGB (Red+Green+Blue) = 192+100+75=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0644B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0644B is #3F9BB4. Grayscale: #7C7C7C. Windows color (decimal): -4168629 or 4940992. OLE color: 4940992.

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

Color convert

RGB 192 100 75 -
CMYK 0 0.48 0.61 0.25
HSL 12.82º 0.48% 0.52% -
HSV(B) 12.82º 0.61% 0.75% -
XYZ 27.57 20.83 9.22 -
YUV 124.66 99.98 176.03 -
System Red Green Blue C M Y K H S L
Decimal 192 100 75 0 0.48 0.61 0.25 12.82 0.48 0.52
Hex C0 64 4B 0 30 3D 19 D 30 34
Octal 300 144 113 0 60 75 31 15 60 64
Binary 11000000 1100100 1001011 0 110000 111101 11001 1101 110000 110100

Color Harmonies of #C0644B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0644B

Black with #C0644B

Text Example


Text Example

White with #C0644B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0644B; }

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

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

background-color css

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

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

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

border-color css

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

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

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