Html Css Color HEX #C38145 Brandy Punch

📋 copy color: '#C38145'

red 195 ◦ green 129 ◦ blue 69

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

Shades of Brandy Punch #C38145

Tints of Brandy Punch #C38145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.56%

R = 49.62%
G = 32.82%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C38145 (or 0xC38145) is known color: Brandy Punch. HEX triplet: C3, 81 and 45. RGB value is (195,129,69). Sum of RGB (Red+Green+Blue) = 195+129+69=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C38145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38145 is #3C7EBA. Grayscale: #8E8E8E. Windows color (decimal): -3964603 or 4555203. OLE color: 4555203.

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

Color convert

RGB 195 129 69 -
CMYK 0 0.34 0.65 0.24
HSL 28.57º 0.51% 0.52% -
HSV(B) 28.57º 0.65% 0.76% -
XYZ 31.43 27.73 9.33 -
YUV 141.89 86.87 165.88 -
System Red Green Blue C M Y K H S L
Decimal 195 129 69 0 0.34 0.65 0.24 28.57 0.51 0.52
Hex C3 81 45 0 22 41 18 1D 33 34
Octal 303 201 105 0 42 101 30 35 63 64
Binary 11000011 10000001 1000101 0 100010 1000001 11000 11101 110011 110100

Color Harmonies of #C38145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38145

Black with #C38145

Text Example


Text Example

White with #C38145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38145; }

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

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

background-color css

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

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

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

border-color css

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

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

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