Html Css Color HEX #C38442 Brandy Punch

📋 copy color: '#C38442'

red 195 ◦ green 132 ◦ blue 66

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

Shades of Brandy Punch #C38442

Tints of Brandy Punch #C38442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.79%

R = 49.62%
G = 33.59%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C38442 (or 0xC38442) is known color: Brandy Punch. HEX triplet: C3, 84 and 42. RGB value is (195,132,66). Sum of RGB (Red+Green+Blue) = 195+132+66=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 66 (26.17% from 255 or 16.79% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C38442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38442 is #3C7BBD. Grayscale: #8F8F8F. Windows color (decimal): -3963838 or 4359363. OLE color: 4359363.

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

Color convert

RGB 195 132 66 -
CMYK 0 0.32 0.66 0.24
HSL 30.7º 0.52% 0.51% -
HSV(B) 30.7º 0.66% 0.76% -
XYZ 31.74 28.5 8.98 -
YUV 143.31 84.37 164.87 -
System Red Green Blue C M Y K H S L
Decimal 195 132 66 0 0.32 0.66 0.24 30.7 0.52 0.51
Hex C3 84 42 0 20 42 18 1F 34 33
Octal 303 204 102 0 40 102 30 37 64 63
Binary 11000011 10000100 1000010 0 100000 1000010 11000 11111 110100 110011

Color Harmonies of #C38442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38442

Black with #C38442

Text Example


Text Example

White with #C38442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38442; }

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

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

background-color css

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

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

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

border-color css

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

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

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