Html Css Color HEX #C38445 Brandy Punch

📋 copy color: '#C38445'

red 195 ◦ green 132 ◦ blue 69

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

Shades of Brandy Punch #C38445

Tints of Brandy Punch #C38445

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.33%

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

R = 49.24%
G = 33.33%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C38445 (or 0xC38445) is known color: Brandy Punch. HEX triplet: C3, 84 and 45. RGB value is (195,132,69). Sum of RGB (Red+Green+Blue) = 195+132+69=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C38445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38445 is #3C7BBA. Grayscale: #8F8F8F. Windows color (decimal): -3963835 or 4555971. OLE color: 4555971.

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

Color convert

RGB 195 132 69 -
CMYK 0 0.32 0.65 0.24
HSL 30º 0.51% 0.52% -
HSV(B) 30º 0.65% 0.76% -
XYZ 31.83 28.53 9.46 -
YUV 143.66 85.87 164.62 -
System Red Green Blue C M Y K H S L
Decimal 195 132 69 0 0.32 0.65 0.24 30 0.51 0.52
Hex C3 84 45 0 20 41 18 1E 33 34
Octal 303 204 105 0 40 101 30 36 63 64
Binary 11000011 10000100 1000101 0 100000 1000001 11000 11110 110011 110100

Color Harmonies of #C38445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38445

Black with #C38445

Text Example


Text Example

White with #C38445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38445; }

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

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

background-color css

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

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

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

border-color css

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

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

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