Html Css Color HEX #C27A39 Brandy Punch

📋 copy color: '#C27A39'

red 194 ◦ green 122 ◦ blue 57

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

Shades of Brandy Punch #C27A39

Tints of Brandy Punch #C27A39

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.71%

 BLUE value IS 57 (22.66% from 255) = 15.28%

R = 52.01%
G = 32.71%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C27A39 (or 0xC27A39) is known color: Brandy Punch. HEX triplet: C2, 7A and 39. RGB value is (194,122,57). Sum of RGB (Red+Green+Blue) = 194+122+57=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 57 (22.66% from 255 or 15.28% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27A39 is #3D85C6. Grayscale: #888888. Windows color (decimal): -4031943 or 3766978. OLE color: 3766978.

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

Color convert

RGB 194 122 57 -
CMYK 0 0.37 0.71 0.24
HSL 28.47º 0.55% 0.49% -
HSV(B) 28.47º 0.71% 0.76% -
XYZ 29.95 25.68 7.25 -
YUV 136.12 83.35 169.29 -
System Red Green Blue C M Y K H S L
Decimal 194 122 57 0 0.37 0.71 0.24 28.47 0.55 0.49
Hex C2 7A 39 0 25 47 18 1C 37 31
Octal 302 172 71 0 45 107 30 34 67 61
Binary 11000010 1111010 111001 0 100101 1000111 11000 11100 110111 110001

Color Harmonies of #C27A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27A39

Black with #C27A39

Text Example


Text Example

White with #C27A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27A39; }

 p { color: rgb(194,122,57); }

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

background-color css

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

 a { background-color: rgb(194,122,57); }

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

border-color css

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

 span { border-color: rgb(194,122,57); }

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