Html Css Color HEX #C37D7D Brandy Rose

📋 copy color: '#C37D7D'

red 195 ◦ green 125 ◦ blue 125

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

Shades of Brandy Rose #C37D7D

Tints of Brandy Rose #C37D7D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.09%

 BLUE value IS 125 (49.22% from 255) = 28.09%

R = 43.82%
G = 28.09%
B = 28.09%

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

#C37D7D (or 0xC37D7D) is known color: Brandy Rose. HEX triplet: C3, 7D and 7D. RGB value is (195,125,125). Sum of RGB (Red+Green+Blue) = 195+125+125=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37D7D is #3C8282. Grayscale: #929292. Windows color (decimal): -3965571 or 8224195. OLE color: 8224195.

HSL color Cylindrical-coordinate representation of color #C37D7D: 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 #C37D7D is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 125 125 -
CMYK 0 0.36 0.36 0.24
HSL 0.37% 0.63% -
HSV(B) 0.36% 0.76% -
XYZ 33.54 27.75 22.99 -
YUV 145.93 116.19 163 -
System Red Green Blue C M Y K H S L
Decimal 195 125 125 0 0.36 0.36 0.24 0 0.37 0.63
Hex C3 7D 7D 0 24 24 18 0 25 3F
Octal 303 175 175 0 44 44 30 0 45 77
Binary 11000011 1111101 1111101 0 100100 100100 11000 0 100101 111111

Color Harmonies of #C37D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37D7D

Black with #C37D7D

Text Example


Text Example

White with #C37D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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