Html Css Color HEX #C07B48 Brandy Punch

📋 copy color: '#C07B48'

red 192 ◦ green 123 ◦ blue 72

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

Shades of Brandy Punch #C07B48

Tints of Brandy Punch #C07B48

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.78%

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

R = 49.61%
G = 31.78%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C07B48 (or 0xC07B48) is known color: Brandy Punch. HEX triplet: C0, 7B and 48. RGB value is (192,123,72). Sum of RGB (Red+Green+Blue) = 192+123+72=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07B48 is #3F84B7. Grayscale: #8A8A8A. Windows color (decimal): -4162744 or 4750272. OLE color: 4750272.

HSL color Cylindrical-coordinate representation of color #C07B48: hue angle of 25.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 #C07B48 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 123 72 -
CMYK 0 0.36 0.63 0.25
HSL 25.5º 0.49% 0.52% -
HSV(B) 25.5º 0.63% 0.75% -
XYZ 29.99 25.84 9.54 -
YUV 137.82 90.86 166.65 -
System Red Green Blue C M Y K H S L
Decimal 192 123 72 0 0.36 0.63 0.25 25.5 0.49 0.52
Hex C0 7B 48 0 24 3F 19 1A 31 34
Octal 300 173 110 0 44 77 31 32 61 64
Binary 11000000 1111011 1001000 0 100100 111111 11001 11010 110001 110100

Color Harmonies of #C07B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07B48

Black with #C07B48

Text Example


Text Example

White with #C07B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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