Html Css Color HEX #C27F52 Brandy Punch

📋 copy color: '#C27F52'

red 194 ◦ green 127 ◦ blue 82

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

Shades of Brandy Punch #C27F52

Tints of Brandy Punch #C27F52

RGB

 RED value IS 194 (76.17% from 255) = 48.14%

 GREEN value IS 127 (50% from 255) = 31.51%

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

R = 48.14%
G = 31.51%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C27F52 (or 0xC27F52) is known color: Brandy Punch. HEX triplet: C2, 7F and 52. RGB value is (194,127,82). Sum of RGB (Red+Green+Blue) = 194+127+82=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 82 (32.42% from 255 or 20.35% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27F52 is #3D80AD. Grayscale: #8E8E8E. Windows color (decimal): -4030638 or 5406658. OLE color: 5406658.

HSL color Cylindrical-coordinate representation of color #C27F52: hue angle of 24.11º degrees, saturation: 0.48, 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 #C27F52 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 127 82 -
CMYK 0 0.35 0.58 0.24
HSL 24.11º 0.48% 0.54% -
HSV(B) 24.11º 0.58% 0.76% -
XYZ 31.36 27.26 11.59 -
YUV 141.9 94.2 165.16 -
System Red Green Blue C M Y K H S L
Decimal 194 127 82 0 0.35 0.58 0.24 24.11 0.48 0.54
Hex C2 7F 52 0 23 3A 18 18 30 36
Octal 302 177 122 0 43 72 30 30 60 66
Binary 11000010 1111111 1010010 0 100011 111010 11000 11000 110000 110110

Color Harmonies of #C27F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F52

Black with #C27F52

Text Example


Text Example

White with #C27F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F52; }

 p { color: rgb(194,127,82); }

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

background-color css

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

 a { background-color: rgb(194,127,82); }

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

border-color css

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

 span { border-color: rgb(194,127,82); }

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