Html Css Color HEX #C38143 Brandy Punch

📋 copy color: '#C38143'

red 195 ◦ green 129 ◦ blue 67

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

Shades of Brandy Punch #C38143

Tints of Brandy Punch #C38143

RGB

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

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

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

R = 49.87%
G = 32.99%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C38143 (or 0xC38143) is known color: Brandy Punch. HEX triplet: C3, 81 and 43. RGB value is (195,129,67). Sum of RGB (Red+Green+Blue) = 195+129+67=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 67 (26.56% from 255 or 17.14% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C38143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38143 is #3C7EBC. Grayscale: #8D8D8D. Windows color (decimal): -3964605 or 4424131. OLE color: 4424131.

HSL color Cylindrical-coordinate representation of color #C38143: hue angle of 29.06º degrees, saturation: 0.52, 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 #C38143 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 129 67 -
CMYK 0 0.34 0.66 0.24
HSL 29.06º 0.52% 0.51% -
HSV(B) 29.06º 0.66% 0.76% -
XYZ 31.37 27.71 9.01 -
YUV 141.67 85.87 166.04 -
System Red Green Blue C M Y K H S L
Decimal 195 129 67 0 0.34 0.66 0.24 29.06 0.52 0.51
Hex C3 81 43 0 22 42 18 1D 34 33
Octal 303 201 103 0 42 102 30 35 64 63
Binary 11000011 10000001 1000011 0 100010 1000010 11000 11101 110100 110011

Color Harmonies of #C38143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38143

Black with #C38143

Text Example


Text Example

White with #C38143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38143; }

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

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

background-color css

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

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

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

border-color css

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

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

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