Html Css Color HEX #C0824B Brandy Punch

📋 copy color: '#C0824B'

red 192 ◦ green 130 ◦ blue 75

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

Shades of Brandy Punch #C0824B

Tints of Brandy Punch #C0824B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.89%

R = 48.36%
G = 32.75%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0824B (or 0xC0824B) is known color: Brandy Punch. HEX triplet: C0, 82 and 4B. RGB value is (192,130,75). Sum of RGB (Red+Green+Blue) = 192+130+75=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0824B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0824B is #3F7DB4. Grayscale: #8E8E8E. Windows color (decimal): -4160949 or 4948672. OLE color: 4948672.

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

Color convert

RGB 192 130 75 -
CMYK 0 0.32 0.61 0.25
HSL 28.21º 0.48% 0.52% -
HSV(B) 28.21º 0.61% 0.75% -
XYZ 30.99 27.68 10.37 -
YUV 142.27 90.04 163.47 -
System Red Green Blue C M Y K H S L
Decimal 192 130 75 0 0.32 0.61 0.25 28.21 0.48 0.52
Hex C0 82 4B 0 20 3D 19 1C 30 34
Octal 300 202 113 0 40 75 31 34 60 64
Binary 11000000 10000010 1001011 0 100000 111101 11001 11100 110000 110100

Color Harmonies of #C0824B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0824B

Black with #C0824B

Text Example


Text Example

White with #C0824B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0824B; }

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

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

background-color css

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

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

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

border-color css

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

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

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