Html Css Color HEX #C27D4A Brandy Punch

📋 copy color: '#C27D4A'

red 194 ◦ green 125 ◦ blue 74

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

Shades of Brandy Punch #C27D4A

Tints of Brandy Punch #C27D4A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.81%

 BLUE value IS 74 (29.3% from 255) = 18.83%

R = 49.36%
G = 31.81%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C27D4A (or 0xC27D4A) is known color: Brandy Punch. HEX triplet: C2, 7D and 4A. RGB value is (194,125,74). Sum of RGB (Red+Green+Blue) = 194+125+74=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27D4A is #3D82B5. Grayscale: #8C8C8C. Windows color (decimal): -4031158 or 4881858. OLE color: 4881858.

HSL color Cylindrical-coordinate representation of color #C27D4A: hue angle of 25.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C27D4A is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 125 74 -
CMYK 0 0.36 0.62 0.24
HSL 25.5º 0.5% 0.53% -
HSV(B) 25.5º 0.62% 0.76% -
XYZ 30.82 26.63 9.99 -
YUV 139.82 90.86 166.65 -
System Red Green Blue C M Y K H S L
Decimal 194 125 74 0 0.36 0.62 0.24 25.5 0.5 0.53
Hex C2 7D 4A 0 24 3E 18 1A 32 35
Octal 302 175 112 0 44 76 30 32 62 65
Binary 11000010 1111101 1001010 0 100100 111110 11000 11010 110010 110101

Color Harmonies of #C27D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27D4A

Black with #C27D4A

Text Example


Text Example

White with #C27D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27D4A; }

 p { color: rgb(194,125,74); }

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

background-color css

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

 a { background-color: rgb(194,125,74); }

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

border-color css

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

 span { border-color: rgb(194,125,74); }

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