Html Css Color HEX #C4814B Brandy Punch

📋 copy color: '#C4814B'

red 196 ◦ green 129 ◦ blue 75

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

Shades of Brandy Punch #C4814B

Tints of Brandy Punch #C4814B

RGB

 RED value IS 196 (76.95% from 255) = 49%

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

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

R = 49%
G = 32.25%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4814B (or 0xC4814B) is known color: Brandy Punch. HEX triplet: C4, 81 and 4B. RGB value is (196,129,75). Sum of RGB (Red+Green+Blue) = 196+129+75=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C4814B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4814B is #3B7EB4. Grayscale: #8F8F8F. Windows color (decimal): -3899061 or 4948420. OLE color: 4948420.

HSL color Cylindrical-coordinate representation of color #C4814B: hue angle of 26.78º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4814B is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 129 75 -
CMYK 0 0.34 0.62 0.23
HSL 26.78º 0.51% 0.53% -
HSV(B) 26.78º 0.62% 0.77% -
XYZ 31.89 27.94 10.37 -
YUV 142.88 89.7 165.89 -
System Red Green Blue C M Y K H S L
Decimal 196 129 75 0 0.34 0.62 0.23 26.78 0.51 0.53
Hex C4 81 4B 0 22 3E 17 1B 33 35
Octal 304 201 113 0 42 76 27 33 63 65
Binary 11000100 10000001 1001011 0 100010 111110 10111 11011 110011 110101

Color Harmonies of #C4814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4814B

Black with #C4814B

Text Example


Text Example

White with #C4814B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4814B; }

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

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

background-color css

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

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

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

border-color css

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

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

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