Html Css Color HEX #C38144 Brandy Punch

📋 copy color: '#C38144'

red 195 ◦ green 129 ◦ blue 68

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

Shades of Brandy Punch #C38144

Tints of Brandy Punch #C38144

RGB

 RED value IS 195 (76.56% from 255) = 49.74%

 GREEN value IS 129 (50.78% from 255) = 32.91%

 BLUE value IS 68 (26.95% from 255) = 17.35%

R = 49.74%
G = 32.91%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C38144 (or 0xC38144) is known color: Brandy Punch. HEX triplet: C3, 81 and 44. RGB value is (195,129,68). Sum of RGB (Red+Green+Blue) = 195+129+68=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 68 (26.95% from 255 or 17.35% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C38144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38144 is #3C7EBB. Grayscale: #8E8E8E. Windows color (decimal): -3964604 or 4489667. OLE color: 4489667.

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

Color convert

RGB 195 129 68 -
CMYK 0 0.34 0.65 0.24
HSL 28.82º 0.51% 0.52% -
HSV(B) 28.82º 0.65% 0.76% -
XYZ 31.4 27.72 9.16 -
YUV 141.78 86.37 165.96 -
System Red Green Blue C M Y K H S L
Decimal 195 129 68 0 0.34 0.65 0.24 28.82 0.51 0.52
Hex C3 81 44 0 22 41 18 1D 33 34
Octal 303 201 104 0 42 101 30 35 63 64
Binary 11000011 10000001 1000100 0 100010 1000001 11000 11101 110011 110100

Color Harmonies of #C38144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38144

Black with #C38144

Text Example


Text Example

White with #C38144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38144; }

 p { color: rgb(195,129,68); }

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

background-color css

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

 a { background-color: rgb(195,129,68); }

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

border-color css

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

 span { border-color: rgb(195,129,68); }

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