Html Css Color HEX #C37F7D Brandy Rose

📋 copy color: '#C37F7D'

red 195 ◦ green 127 ◦ blue 125

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

Shades of Brandy Rose #C37F7D

Tints of Brandy Rose #C37F7D

RGB

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

 GREEN value IS 127 (50% from 255) = 28.41%

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

R = 43.62%
G = 28.41%
B = 27.96%

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

#C37F7D (or 0xC37F7D) is known color: Brandy Rose. HEX triplet: C3, 7F and 7D. RGB value is (195,127,125). Sum of RGB (Red+Green+Blue) = 195+127+125=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37F7D is #3C8082. Grayscale: #939393. Windows color (decimal): -3965059 or 8224707. OLE color: 8224707.

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

Color convert

RGB 195 127 125 -
CMYK 0 0.35 0.36 0.24
HSL 1.71º 0.37% 0.63% -
HSV(B) 1.71º 0.36% 0.76% -
XYZ 33.8 28.26 23.08 -
YUV 147.1 115.53 162.16 -
System Red Green Blue C M Y K H S L
Decimal 195 127 125 0 0.35 0.36 0.24 1.71 0.37 0.63
Hex C3 7F 7D 0 23 24 18 2 25 3F
Octal 303 177 175 0 43 44 30 2 45 77
Binary 11000011 1111111 1111101 0 100011 100100 11000 10 100101 111111

Color Harmonies of #C37F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37F7D

Black with #C37F7D

Text Example


Text Example

White with #C37F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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