Html Css Color HEX #C07748 Brandy Punch

📋 copy color: '#C07748'

red 192 ◦ green 119 ◦ blue 72

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

Shades of Brandy Punch #C07748

Tints of Brandy Punch #C07748

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.07%

 BLUE value IS 72 (28.52% from 255) = 18.8%

R = 50.13%
G = 31.07%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C07748 (or 0xC07748) is known color: Brandy Punch. HEX triplet: C0, 77 and 48. RGB value is (192,119,72). Sum of RGB (Red+Green+Blue) = 192+119+72=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C07748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07748 is #3F88B7. Grayscale: #878787. Windows color (decimal): -4163768 or 4749248. OLE color: 4749248.

HSL color Cylindrical-coordinate representation of color #C07748: hue angle of 23.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C07748 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 119 72 -
CMYK 0 0.38 0.63 0.25
HSL 23.5º 0.49% 0.52% -
HSV(B) 23.5º 0.63% 0.75% -
XYZ 29.5 24.87 9.38 -
YUV 135.47 92.18 168.32 -
System Red Green Blue C M Y K H S L
Decimal 192 119 72 0 0.38 0.63 0.25 23.5 0.49 0.52
Hex C0 77 48 0 26 3F 19 18 31 34
Octal 300 167 110 0 46 77 31 30 61 64
Binary 11000000 1110111 1001000 0 100110 111111 11001 11000 110001 110100

Color Harmonies of #C07748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07748

Black with #C07748

Text Example


Text Example

White with #C07748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07748; }

 p { color: rgb(192,119,72); }

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

background-color css

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

 a { background-color: rgb(192,119,72); }

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

border-color css

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

 span { border-color: rgb(192,119,72); }

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