Html Css Color HEX #C18152 Brandy Punch

📋 copy color: '#C18152'

red 193 ◦ green 129 ◦ blue 82

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

Shades of Brandy Punch #C18152

Tints of Brandy Punch #C18152

RGB

 RED value IS 193 (75.78% from 255) = 47.77%

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

 BLUE value IS 82 (32.42% from 255) = 20.3%

R = 47.77%
G = 31.93%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C18152 (or 0xC18152) is known color: Brandy Punch. HEX triplet: C1, 81 and 52. RGB value is (193,129,82). Sum of RGB (Red+Green+Blue) = 193+129+82=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C18152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18152 is #3E7EAD. Grayscale: #8F8F8F. Windows color (decimal): -4095662 or 5407169. OLE color: 5407169.

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

Color convert

RGB 193 129 82 -
CMYK 0 0.33 0.58 0.24
HSL 25.41º 0.47% 0.54% -
HSV(B) 25.41º 0.58% 0.76% -
XYZ 31.37 27.65 11.67 -
YUV 142.78 93.7 163.82 -
System Red Green Blue C M Y K H S L
Decimal 193 129 82 0 0.33 0.58 0.24 25.41 0.47 0.54
Hex C1 81 52 0 21 3A 18 19 2F 36
Octal 301 201 122 0 41 72 30 31 57 66
Binary 11000001 10000001 1010010 0 100001 111010 11000 11001 101111 110110

Color Harmonies of #C18152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18152

Black with #C18152

Text Example


Text Example

White with #C18152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18152; }

 p { color: rgb(193,129,82); }

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

background-color css

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

 a { background-color: rgb(193,129,82); }

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

border-color css

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

 span { border-color: rgb(193,129,82); }

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