Html Css Color HEX #C07B4A Brandy Punch

📋 copy color: '#C07B4A'

red 192 ◦ green 123 ◦ blue 74

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

Shades of Brandy Punch #C07B4A

Tints of Brandy Punch #C07B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.02%

R = 49.36%
G = 31.62%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C07B4A (or 0xC07B4A) is known color: Brandy Punch. HEX triplet: C0, 7B and 4A. RGB value is (192,123,74). Sum of RGB (Red+Green+Blue) = 192+123+74=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07B4A is #3F84B5. Grayscale: #8A8A8A. Windows color (decimal): -4162742 or 4881344. OLE color: 4881344.

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

Color convert

RGB 192 123 74 -
CMYK 0 0.36 0.61 0.25
HSL 24.92º 0.48% 0.52% -
HSV(B) 24.92º 0.61% 0.75% -
XYZ 30.06 25.87 9.89 -
YUV 138.05 91.86 166.48 -
System Red Green Blue C M Y K H S L
Decimal 192 123 74 0 0.36 0.61 0.25 24.92 0.48 0.52
Hex C0 7B 4A 0 24 3D 19 19 30 34
Octal 300 173 112 0 44 75 31 31 60 64
Binary 11000000 1111011 1001010 0 100100 111101 11001 11001 110000 110100

Color Harmonies of #C07B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07B4A

Black with #C07B4A

Text Example


Text Example

White with #C07B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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