Html Css Color HEX #C0813C Brandy Punch

📋 copy color: '#C0813C'

red 192 ◦ green 129 ◦ blue 60

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

Shades of Brandy Punch #C0813C

Tints of Brandy Punch #C0813C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.86%

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

R = 50.39%
G = 33.86%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0813C (or 0xC0813C) is known color: Brandy Punch. HEX triplet: C0, 81 and 3C. RGB value is (192,129,60). Sum of RGB (Red+Green+Blue) = 192+129+60=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C0813C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0813C is #3F7EC3. Grayscale: #8C8C8C. Windows color (decimal): -4161220 or 3965376. OLE color: 3965376.

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

Color convert

RGB 192 129 60 -
CMYK 0 0.33 0.69 0.25
HSL 31.36º 0.52% 0.49% -
HSV(B) 31.36º 0.69% 0.75% -
XYZ 30.4 27.23 7.93 -
YUV 139.97 82.87 165.11 -
System Red Green Blue C M Y K H S L
Decimal 192 129 60 0 0.33 0.69 0.25 31.36 0.52 0.49
Hex C0 81 3C 0 21 45 19 1F 34 31
Octal 300 201 74 0 41 105 31 37 64 61
Binary 11000000 10000001 111100 0 100001 1000101 11001 11111 110100 110001

Color Harmonies of #C0813C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0813C

Black with #C0813C

Text Example


Text Example

White with #C0813C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0813C; }

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

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

background-color css

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

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

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

border-color css

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

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

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