Html Css Color HEX #C07A50 Brandy Punch

📋 copy color: '#C07A50'

red 192 ◦ green 122 ◦ blue 80

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

Shades of Brandy Punch #C07A50

Tints of Brandy Punch #C07A50

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.96%

 BLUE value IS 80 (31.64% from 255) = 20.3%

R = 48.73%
G = 30.96%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C07A50 (or 0xC07A50) is known color: Brandy Punch. HEX triplet: C0, 7A and 50. RGB value is (192,122,80). Sum of RGB (Red+Green+Blue) = 192+122+80=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07A50 is #3F85AF. Grayscale: #8A8A8A. Windows color (decimal): -4162992 or 5274304. OLE color: 5274304.

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

Color convert

RGB 192 122 80 -
CMYK 0 0.36 0.58 0.25
HSL 22.5º 0.47% 0.53% -
HSV(B) 22.5º 0.58% 0.75% -
XYZ 30.15 25.7 10.96 -
YUV 138.14 95.19 166.42 -
System Red Green Blue C M Y K H S L
Decimal 192 122 80 0 0.36 0.58 0.25 22.5 0.47 0.53
Hex C0 7A 50 0 24 3A 19 16 2F 35
Octal 300 172 120 0 44 72 31 26 57 65
Binary 11000000 1111010 1010000 0 100100 111010 11001 10110 101111 110101

Color Harmonies of #C07A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07A50

Black with #C07A50

Text Example


Text Example

White with #C07A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07A50; }

 p { color: rgb(192,122,80); }

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

background-color css

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

 a { background-color: rgb(192,122,80); }

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

border-color css

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

 span { border-color: rgb(192,122,80); }

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