Html Css Color HEX #C0793C Brandy Punch

📋 copy color: '#C0793C'

red 192 ◦ green 121 ◦ blue 60

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

Shades of Brandy Punch #C0793C

Tints of Brandy Punch #C0793C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.44%

 BLUE value IS 60 (23.83% from 255) = 16.09%

R = 51.47%
G = 32.44%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0793C (or 0xC0793C) is known color: Brandy Punch. HEX triplet: C0, 79 and 3C. RGB value is (192,121,60). Sum of RGB (Red+Green+Blue) = 192+121+60=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C0793C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0793C is #3F86C3. Grayscale: #878787. Windows color (decimal): -4163268 or 3963328. OLE color: 3963328.

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

Color convert

RGB 192 121 60 -
CMYK 0 0.37 0.69 0.25
HSL 27.73º 0.52% 0.49% -
HSV(B) 27.73º 0.69% 0.75% -
XYZ 29.39 25.21 7.59 -
YUV 135.28 85.52 168.46 -
System Red Green Blue C M Y K H S L
Decimal 192 121 60 0 0.37 0.69 0.25 27.73 0.52 0.49
Hex C0 79 3C 0 25 45 19 1C 34 31
Octal 300 171 74 0 45 105 31 34 64 61
Binary 11000000 1111001 111100 0 100101 1000101 11001 11100 110100 110001

Color Harmonies of #C0793C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0793C

Black with #C0793C

Text Example


Text Example

White with #C0793C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0793C; }

 p { color: rgb(192,121,60); }

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

background-color css

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

 a { background-color: rgb(192,121,60); }

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

border-color css

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

 span { border-color: rgb(192,121,60); }

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