Html Css Color HEX #C0664C Flame Pea

📋 copy color: '#C0664C'

red 192 ◦ green 102 ◦ blue 76

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

Shades of Flame Pea #C0664C

Tints of Flame Pea #C0664C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.54%

R = 51.89%
G = 27.57%
B = 20.54%

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

#C0664C (or 0xC0664C) is known color: Flame Pea. HEX triplet: C0, 66 and 4C. RGB value is (192,102,76). Sum of RGB (Red+Green+Blue) = 192+102+76=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C0664C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0664C is #3F99B3. Grayscale: #7E7E7E. Windows color (decimal): -4168116 or 5007040. OLE color: 5007040.

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

Color convert

RGB 192 102 76 -
CMYK 0 0.47 0.60 0.25
HSL 13.45º 0.48% 0.53% -
HSV(B) 13.45º 0.6% 0.75% -
XYZ 27.79 21.23 9.47 -
YUV 125.95 99.82 175.11 -
System Red Green Blue C M Y K H S L
Decimal 192 102 76 0 0.47 0.60 0.25 13.45 0.48 0.53
Hex C0 66 4C 0 2F 3C 19 D 30 35
Octal 300 146 114 0 57 74 31 15 60 65
Binary 11000000 1100110 1001100 0 101111 111100 11001 1101 110000 110101

Color Harmonies of #C0664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0664C

Black with #C0664C

Text Example


Text Example

White with #C0664C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0664C; }

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

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

background-color css

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

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

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

border-color css

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

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

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