Html Css Color HEX #C07E52 Brandy Punch

📋 copy color: '#C07E52'

red 192 ◦ green 126 ◦ blue 82

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

Shades of Brandy Punch #C07E52

Tints of Brandy Punch #C07E52

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.5%

 BLUE value IS 82 (32.42% from 255) = 20.5%

R = 48%
G = 31.5%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C07E52 (or 0xC07E52) is known color: Brandy Punch. HEX triplet: C0, 7E and 52. RGB value is (192,126,82). Sum of RGB (Red+Green+Blue) = 192+126+82=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07E52 is #3F81AD. Grayscale: #8C8C8C. Windows color (decimal): -4161966 or 5406400. OLE color: 5406400.

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

Color convert

RGB 192 126 82 -
CMYK 0 0.34 0.57 0.25
HSL 24º 0.47% 0.54% -
HSV(B) 24º 0.57% 0.75% -
XYZ 30.72 26.74 11.52 -
YUV 140.72 94.87 164.58 -
System Red Green Blue C M Y K H S L
Decimal 192 126 82 0 0.34 0.57 0.25 24 0.47 0.54
Hex C0 7E 52 0 22 39 19 18 2F 36
Octal 300 176 122 0 42 71 31 30 57 66
Binary 11000000 1111110 1010010 0 100010 111001 11001 11000 101111 110110

Color Harmonies of #C07E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E52

Black with #C07E52

Text Example


Text Example

White with #C07E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E52; }

 p { color: rgb(192,126,82); }

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

background-color css

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

 a { background-color: rgb(192,126,82); }

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

border-color css

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

 span { border-color: rgb(192,126,82); }

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