Html Css Color HEX #C2824B Brandy Punch

📋 copy color: '#C2824B'

red 194 ◦ green 130 ◦ blue 75

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

Shades of Brandy Punch #C2824B

Tints of Brandy Punch #C2824B

RGB

 RED value IS 194 (76.17% from 255) = 48.62%

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

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

R = 48.62%
G = 32.58%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2824B (or 0xC2824B) is known color: Brandy Punch. HEX triplet: C2, 82 and 4B. RGB value is (194,130,75). Sum of RGB (Red+Green+Blue) = 194+130+75=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C2824B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2824B is #3D7DB4. Grayscale: #8F8F8F. Windows color (decimal): -4029877 or 4948674. OLE color: 4948674.

HSL color Cylindrical-coordinate representation of color #C2824B: hue angle of 27.73º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2824B is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 130 75 -
CMYK 0 0.33 0.61 0.24
HSL 27.73º 0.49% 0.53% -
HSV(B) 27.73º 0.61% 0.76% -
XYZ 31.5 27.94 10.39 -
YUV 142.87 89.7 164.47 -
System Red Green Blue C M Y K H S L
Decimal 194 130 75 0 0.33 0.61 0.24 27.73 0.49 0.53
Hex C2 82 4B 0 21 3D 18 1C 31 35
Octal 302 202 113 0 41 75 30 34 61 65
Binary 11000010 10000010 1001011 0 100001 111101 11000 11100 110001 110101

Color Harmonies of #C2824B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2824B

Black with #C2824B

Text Example


Text Example

White with #C2824B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2824B; }

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

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

background-color css

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

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

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

border-color css

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

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

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