Html Css Color HEX #C37645 Brandy Punch

📋 copy color: '#C37645'

red 195 ◦ green 118 ◦ blue 69

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

Shades of Brandy Punch #C37645

Tints of Brandy Punch #C37645

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.89%

 BLUE value IS 69 (27.34% from 255) = 18.06%

R = 51.05%
G = 30.89%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C37645 (or 0xC37645) is known color: Brandy Punch. HEX triplet: C3, 76 and 45. RGB value is (195,118,69). Sum of RGB (Red+Green+Blue) = 195+118+69=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C37645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37645 is #3C89BA. Grayscale: #878787. Windows color (decimal): -3967419 or 4552387. OLE color: 4552387.

HSL color Cylindrical-coordinate representation of color #C37645: hue angle of 23.33º 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 #C37645 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 118 69 -
CMYK 0 0.39 0.65 0.24
HSL 23.33º 0.51% 0.52% -
HSV(B) 23.33º 0.65% 0.76% -
XYZ 30.06 24.99 8.87 -
YUV 135.44 90.51 170.48 -
System Red Green Blue C M Y K H S L
Decimal 195 118 69 0 0.39 0.65 0.24 23.33 0.51 0.52
Hex C3 76 45 0 27 41 18 17 33 34
Octal 303 166 105 0 47 101 30 27 63 64
Binary 11000011 1110110 1000101 0 100111 1000001 11000 10111 110011 110100

Color Harmonies of #C37645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37645

Black with #C37645

Text Example


Text Example

White with #C37645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37645; }

 p { color: rgb(195,118,69); }

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

background-color css

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

 a { background-color: rgb(195,118,69); }

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

border-color css

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

 span { border-color: rgb(195,118,69); }

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