Html Css Color HEX #C37C4D Brandy Punch

📋 copy color: '#C37C4D'

red 195 ◦ green 124 ◦ blue 77

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

Shades of Brandy Punch #C37C4D

Tints of Brandy Punch #C37C4D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.31%

 BLUE value IS 77 (30.47% from 255) = 19.44%

R = 49.24%
G = 31.31%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C37C4D (or 0xC37C4D) is known color: Brandy Punch. HEX triplet: C3, 7C and 4D. RGB value is (195,124,77). Sum of RGB (Red+Green+Blue) = 195+124+77=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37C4D is #3C83B2. Grayscale: #8C8C8C. Windows color (decimal): -3965875 or 5078211. OLE color: 5078211.

HSL color Cylindrical-coordinate representation of color #C37C4D: hue angle of 23.9º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C37C4D is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 124 77 -
CMYK 0 0.36 0.61 0.24
HSL 23.9º 0.5% 0.53% -
HSV(B) 23.9º 0.61% 0.76% -
XYZ 31.05 26.55 10.51 -
YUV 139.87 92.52 167.32 -
System Red Green Blue C M Y K H S L
Decimal 195 124 77 0 0.36 0.61 0.24 23.9 0.5 0.53
Hex C3 7C 4D 0 24 3D 18 18 32 35
Octal 303 174 115 0 44 75 30 30 62 65
Binary 11000011 1111100 1001101 0 100100 111101 11000 11000 110010 110101

Color Harmonies of #C37C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37C4D

Black with #C37C4D

Text Example


Text Example

White with #C37C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37C4D; }

 p { color: rgb(195,124,77); }

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

background-color css

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

 a { background-color: rgb(195,124,77); }

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

border-color css

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

 span { border-color: rgb(195,124,77); }

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