Html Css Color HEX #C3814B Brandy Punch

📋 copy color: '#C3814B'

red 195 ◦ green 129 ◦ blue 75

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

Shades of Brandy Punch #C3814B

Tints of Brandy Punch #C3814B

RGB

 RED value IS 195 (76.56% from 255) = 48.87%

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

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

R = 48.87%
G = 32.33%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3814B (or 0xC3814B) is known color: Brandy Punch. HEX triplet: C3, 81 and 4B. RGB value is (195,129,75). Sum of RGB (Red+Green+Blue) = 195+129+75=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C3814B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3814B is #3C7EB4. Grayscale: #8E8E8E. Windows color (decimal): -3964597 or 4948419. OLE color: 4948419.

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

Color convert

RGB 195 129 75 -
CMYK 0 0.34 0.62 0.24
HSL 27º 0.5% 0.53% -
HSV(B) 27º 0.62% 0.76% -
XYZ 31.63 27.81 10.36 -
YUV 142.58 89.87 165.39 -
System Red Green Blue C M Y K H S L
Decimal 195 129 75 0 0.34 0.62 0.24 27 0.5 0.53
Hex C3 81 4B 0 22 3E 18 1B 32 35
Octal 303 201 113 0 42 76 30 33 62 65
Binary 11000011 10000001 1001011 0 100010 111110 11000 11011 110010 110101

Color Harmonies of #C3814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3814B

Black with #C3814B

Text Example


Text Example

White with #C3814B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3814B; }

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

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

background-color css

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

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

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

border-color css

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

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

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