Html Css Color HEX #C38150 Brandy Punch

📋 copy color: '#C38150'

red 195 ◦ green 129 ◦ blue 80

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

Shades of Brandy Punch #C38150

Tints of Brandy Punch #C38150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.8%

R = 48.27%
G = 31.93%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C38150 (or 0xC38150) is known color: Brandy Punch. HEX triplet: C3, 81 and 50. RGB value is (195,129,80). Sum of RGB (Red+Green+Blue) = 195+129+80=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C38150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38150 is #3C7EAF. Grayscale: #8F8F8F. Windows color (decimal): -3964592 or 5276099. OLE color: 5276099.

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

Color convert

RGB 195 129 80 -
CMYK 0 0.34 0.59 0.24
HSL 25.57º 0.49% 0.54% -
HSV(B) 25.57º 0.59% 0.76% -
XYZ 31.8 27.88 11.29 -
YUV 143.15 92.37 164.98 -
System Red Green Blue C M Y K H S L
Decimal 195 129 80 0 0.34 0.59 0.24 25.57 0.49 0.54
Hex C3 81 50 0 22 3B 18 1A 31 36
Octal 303 201 120 0 42 73 30 32 61 66
Binary 11000011 10000001 1010000 0 100010 111011 11000 11010 110001 110110

Color Harmonies of #C38150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38150

Black with #C38150

Text Example


Text Example

White with #C38150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38150; }

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

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

background-color css

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

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

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

border-color css

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

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

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