Html Css Color HEX #C27B4D Brandy Punch

📋 copy color: '#C27B4D'

red 194 ◦ green 123 ◦ blue 77

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

Shades of Brandy Punch #C27B4D

Tints of Brandy Punch #C27B4D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.22%

 BLUE value IS 77 (30.47% from 255) = 19.54%

R = 49.24%
G = 31.22%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C27B4D (or 0xC27B4D) is known color: Brandy Punch. HEX triplet: C2, 7B and 4D. RGB value is (194,123,77). Sum of RGB (Red+Green+Blue) = 194+123+77=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27B4D is #3D84B2. Grayscale: #8B8B8B. Windows color (decimal): -4031667 or 5077954. OLE color: 5077954.

HSL color Cylindrical-coordinate representation of color #C27B4D: hue angle of 23.59º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C27B4D is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 123 77 -
CMYK 0 0.37 0.60 0.24
HSL 23.59º 0.49% 0.53% -
HSV(B) 23.59º 0.6% 0.76% -
XYZ 30.67 26.17 10.46 -
YUV 138.99 93.02 167.24 -
System Red Green Blue C M Y K H S L
Decimal 194 123 77 0 0.37 0.60 0.24 23.59 0.49 0.53
Hex C2 7B 4D 0 25 3C 18 18 31 35
Octal 302 173 115 0 45 74 30 30 61 65
Binary 11000010 1111011 1001101 0 100101 111100 11000 11000 110001 110101

Color Harmonies of #C27B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27B4D

Black with #C27B4D

Text Example


Text Example

White with #C27B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27B4D; }

 p { color: rgb(194,123,77); }

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

background-color css

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

 a { background-color: rgb(194,123,77); }

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

border-color css

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

 span { border-color: rgb(194,123,77); }

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