Html Css Color HEX #C0763B Brandy Punch

📋 copy color: '#C0763B'

red 192 ◦ green 118 ◦ blue 59

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

Shades of Brandy Punch #C0763B

Tints of Brandy Punch #C0763B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.98%

 BLUE value IS 59 (23.44% from 255) = 15.99%

R = 52.03%
G = 31.98%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0763B (or 0xC0763B) is known color: Brandy Punch. HEX triplet: C0, 76 and 3B. RGB value is (192,118,59). Sum of RGB (Red+Green+Blue) = 192+118+59=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 59 (23.44% from 255 or 15.99% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0763B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0763B is #3F89C4. Grayscale: #858585. Windows color (decimal): -4164037 or 3897024. OLE color: 3897024.

HSL color Cylindrical-coordinate representation of color #C0763B: hue angle of 26.62º degrees, saturation: 0.53, 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 #C0763B is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 118 59 -
CMYK 0 0.39 0.69 0.25
HSL 26.62º 0.53% 0.49% -
HSV(B) 26.62º 0.69% 0.75% -
XYZ 29.01 24.48 7.33 -
YUV 133.4 86.02 169.8 -
System Red Green Blue C M Y K H S L
Decimal 192 118 59 0 0.39 0.69 0.25 26.62 0.53 0.49
Hex C0 76 3B 0 27 45 19 1B 35 31
Octal 300 166 73 0 47 105 31 33 65 61
Binary 11000000 1110110 111011 0 100111 1000101 11001 11011 110101 110001

Color Harmonies of #C0763B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0763B

Black with #C0763B

Text Example


Text Example

White with #C0763B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0763B; }

 p { color: rgb(192,118,59); }

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

background-color css

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

 a { background-color: rgb(192,118,59); }

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

border-color css

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

 span { border-color: rgb(192,118,59); }

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