Html Css Color HEX #C27F42 Brandy Punch

📋 copy color: '#C27F42'

red 194 ◦ green 127 ◦ blue 66

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

Shades of Brandy Punch #C27F42

Tints of Brandy Punch #C27F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.05%

R = 50.13%
G = 32.82%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C27F42 (or 0xC27F42) is known color: Brandy Punch. HEX triplet: C2, 7F and 42. RGB value is (194,127,66). Sum of RGB (Red+Green+Blue) = 194+127+66=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27F42 is #3D80BD. Grayscale: #8C8C8C. Windows color (decimal): -4030654 or 4358082. OLE color: 4358082.

HSL color Cylindrical-coordinate representation of color #C27F42: hue angle of 28.59º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C27F42 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 127 66 -
CMYK 0 0.35 0.66 0.24
HSL 28.59º 0.51% 0.51% -
HSV(B) 28.59º 0.66% 0.76% -
XYZ 30.82 27.04 8.75 -
YUV 140.08 86.2 166.46 -
System Red Green Blue C M Y K H S L
Decimal 194 127 66 0 0.35 0.66 0.24 28.59 0.51 0.51
Hex C2 7F 42 0 23 42 18 1D 33 33
Octal 302 177 102 0 43 102 30 35 63 63
Binary 11000010 1111111 1000010 0 100011 1000010 11000 11101 110011 110011

Color Harmonies of #C27F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F42

Black with #C27F42

Text Example


Text Example

White with #C27F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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