Html Css Color HEX #C0664D Flame Pea

📋 copy color: '#C0664D'

red 192 ◦ green 102 ◦ blue 77

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

Shades of Flame Pea #C0664D

Tints of Flame Pea #C0664D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.49%

 BLUE value IS 77 (30.47% from 255) = 20.75%

R = 51.75%
G = 27.49%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0664D (or 0xC0664D) is known color: Flame Pea. HEX triplet: C0, 66 and 4D. RGB value is (192,102,77). Sum of RGB (Red+Green+Blue) = 192+102+77=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0664D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0664D is #3F99B2. Grayscale: #7E7E7E. Windows color (decimal): -4168115 or 5072576. OLE color: 5072576.

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

Color convert

RGB 192 102 77 -
CMYK 0 0.47 0.60 0.25
HSL 13.04º 0.48% 0.53% -
HSV(B) 13.04º 0.6% 0.75% -
XYZ 27.83 21.25 9.66 -
YUV 126.06 100.32 175.03 -
System Red Green Blue C M Y K H S L
Decimal 192 102 77 0 0.47 0.60 0.25 13.04 0.48 0.53
Hex C0 66 4D 0 2F 3C 19 D 30 35
Octal 300 146 115 0 57 74 31 15 60 65
Binary 11000000 1100110 1001101 0 101111 111100 11001 1101 110000 110101

Color Harmonies of #C0664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0664D

Black with #C0664D

Text Example


Text Example

White with #C0664D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0664D; }

 p { color: rgb(192,102,77); }

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

background-color css

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

 a { background-color: rgb(192,102,77); }

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

border-color css

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

 span { border-color: rgb(192,102,77); }

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