Html Css Color HEX #C27B43 Brandy Punch

📋 copy color: '#C27B43'

red 194 ◦ green 123 ◦ blue 67

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

Shades of Brandy Punch #C27B43

Tints of Brandy Punch #C27B43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.45%

R = 50.52%
G = 32.03%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C27B43 (or 0xC27B43) is known color: Brandy Punch. HEX triplet: C2, 7B and 43. RGB value is (194,123,67). Sum of RGB (Red+Green+Blue) = 194+123+67=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 67 (26.56% from 255 or 17.45% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27B43 is #3D84BC. Grayscale: #8A8A8A. Windows color (decimal): -4031677 or 4422594. OLE color: 4422594.

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

Color convert

RGB 194 123 67 -
CMYK 0 0.37 0.65 0.24
HSL 26.46º 0.51% 0.51% -
HSV(B) 26.46º 0.65% 0.76% -
XYZ 30.34 26.04 8.74 -
YUV 137.85 88.02 168.05 -
System Red Green Blue C M Y K H S L
Decimal 194 123 67 0 0.37 0.65 0.24 26.46 0.51 0.51
Hex C2 7B 43 0 25 41 18 1A 33 33
Octal 302 173 103 0 45 101 30 32 63 63
Binary 11000010 1111011 1000011 0 100101 1000001 11000 11010 110011 110011

Color Harmonies of #C27B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27B43

Black with #C27B43

Text Example


Text Example

White with #C27B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27B43; }

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

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

background-color css

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

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

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

border-color css

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

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

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