Html Css Color HEX #C37C7C Brandy Rose

📋 copy color: '#C37C7C'

red 195 ◦ green 124 ◦ blue 124

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

Shades of Brandy Rose #C37C7C

Tints of Brandy Rose #C37C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.99%

R = 44.02%
G = 27.99%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C37C7C (or 0xC37C7C) is known color: Brandy Rose. HEX triplet: C3, 7C and 7C. RGB value is (195,124,124). Sum of RGB (Red+Green+Blue) = 195+124+124=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37C7C is #3C8383. Grayscale: #919191. Windows color (decimal): -3965828 or 8158403. OLE color: 8158403.

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

Color convert

RGB 195 124 124 -
CMYK 0 0.36 0.36 0.24
HSL 0.37% 0.63% -
HSV(B) 0.36% 0.76% -
XYZ 33.35 27.47 22.61 -
YUV 145.23 116.02 163.5 -
System Red Green Blue C M Y K H S L
Decimal 195 124 124 0 0.36 0.36 0.24 0 0.37 0.63
Hex C3 7C 7C 0 24 24 18 0 25 3F
Octal 303 174 174 0 44 44 30 0 45 77
Binary 11000011 1111100 1111100 0 100100 100100 11000 0 100101 111111

Color Harmonies of #C37C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37C7C

Black with #C37C7C

Text Example


Text Example

White with #C37C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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