Html Css Color HEX #C0823C Brandy Punch

📋 copy color: '#C0823C'

red 192 ◦ green 130 ◦ blue 60

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

Shades of Brandy Punch #C0823C

Tints of Brandy Punch #C0823C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.03%

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

R = 50.26%
G = 34.03%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0823C (or 0xC0823C) is known color: Brandy Punch. HEX triplet: C0, 82 and 3C. RGB value is (192,130,60). Sum of RGB (Red+Green+Blue) = 192+130+60=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0823C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0823C is #3F7DC3. Grayscale: #8C8C8C. Windows color (decimal): -4160964 or 3965632. OLE color: 3965632.

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

Color convert

RGB 192 130 60 -
CMYK 0 0.32 0.69 0.25
HSL 31.82º 0.52% 0.49% -
HSV(B) 31.82º 0.69% 0.75% -
XYZ 30.54 27.5 7.97 -
YUV 140.56 82.54 164.69 -
System Red Green Blue C M Y K H S L
Decimal 192 130 60 0 0.32 0.69 0.25 31.82 0.52 0.49
Hex C0 82 3C 0 20 45 19 20 34 31
Octal 300 202 74 0 40 105 31 40 64 61
Binary 11000000 10000010 111100 0 100000 1000101 11001 100000 110100 110001

Color Harmonies of #C0823C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0823C

Black with #C0823C

Text Example


Text Example

White with #C0823C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0823C; }

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

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

background-color css

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

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

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

border-color css

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

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

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