Html Css Color HEX #C2814B Brandy Punch

📋 copy color: '#C2814B'

red 194 ◦ green 129 ◦ blue 75

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

Shades of Brandy Punch #C2814B

Tints of Brandy Punch #C2814B

RGB

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

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

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

R = 48.74%
G = 32.41%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2814B (or 0xC2814B) is known color: Brandy Punch. HEX triplet: C2, 81 and 4B. RGB value is (194,129,75). Sum of RGB (Red+Green+Blue) = 194+129+75=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C2814B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2814B is #3D7EB4. Grayscale: #8E8E8E. Windows color (decimal): -4030133 or 4948418. OLE color: 4948418.

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

Color convert

RGB 194 129 75 -
CMYK 0 0.34 0.61 0.24
HSL 27.23º 0.49% 0.53% -
HSV(B) 27.23º 0.61% 0.76% -
XYZ 31.37 27.68 10.35 -
YUV 142.28 90.03 164.89 -
System Red Green Blue C M Y K H S L
Decimal 194 129 75 0 0.34 0.61 0.24 27.23 0.49 0.53
Hex C2 81 4B 0 22 3D 18 1B 31 35
Octal 302 201 113 0 42 75 30 33 61 65
Binary 11000010 10000001 1001011 0 100010 111101 11000 11011 110001 110101

Color Harmonies of #C2814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2814B

Black with #C2814B

Text Example


Text Example

White with #C2814B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2814B; }

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

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

background-color css

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

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

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

border-color css

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

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

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