Html Css Color HEX #C37E7D Brandy Rose

📋 copy color: '#C37E7D'

red 195 ◦ green 126 ◦ blue 125

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

Shades of Brandy Rose #C37E7D

Tints of Brandy Rose #C37E7D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.25%

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

R = 43.72%
G = 28.25%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C37E7D (or 0xC37E7D) is known color: Brandy Rose. HEX triplet: C3, 7E and 7D. RGB value is (195,126,125). Sum of RGB (Red+Green+Blue) = 195+126+125=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C37E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37E7D is #3C8182. Grayscale: #929292. Windows color (decimal): -3965315 or 8224451. OLE color: 8224451.

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

Color convert

RGB 195 126 125 -
CMYK 0 0.35 0.36 0.24
HSL 0.86º 0.37% 0.63% -
HSV(B) 0.86º 0.36% 0.76% -
XYZ 33.67 28 23.03 -
YUV 146.52 115.86 162.58 -
System Red Green Blue C M Y K H S L
Decimal 195 126 125 0 0.35 0.36 0.24 0.86 0.37 0.63
Hex C3 7E 7D 0 23 24 18 1 25 3F
Octal 303 176 175 0 43 44 30 1 45 77
Binary 11000011 1111110 1111101 0 100011 100100 11000 1 100101 111111

Color Harmonies of #C37E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37E7D

Black with #C37E7D

Text Example


Text Example

White with #C37E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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