Html Css Color HEX #C37F74 Brandy Rose

📋 copy color: '#C37F74'

red 195 ◦ green 127 ◦ blue 116

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

Shades of Brandy Rose #C37F74

Tints of Brandy Rose #C37F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.48%

R = 44.52%
G = 29%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C37F74 (or 0xC37F74) is known color: Brandy Rose. HEX triplet: C3, 7F and 74. RGB value is (195,127,116). Sum of RGB (Red+Green+Blue) = 195+127+116=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37F74 is #3C808B. Grayscale: #929292. Windows color (decimal): -3965068 or 7634883. OLE color: 7634883.

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

Color convert

RGB 195 127 116 -
CMYK 0 0.35 0.41 0.24
HSL 8.35º 0.4% 0.61% -
HSV(B) 8.35º 0.41% 0.76% -
XYZ 33.25 28.04 20.18 -
YUV 146.08 111.03 162.89 -
System Red Green Blue C M Y K H S L
Decimal 195 127 116 0 0.35 0.41 0.24 8.35 0.4 0.61
Hex C3 7F 74 0 23 29 18 8 28 3D
Octal 303 177 164 0 43 51 30 10 50 75
Binary 11000011 1111111 1110100 0 100011 101001 11000 1000 101000 111101

Color Harmonies of #C37F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37F74

Black with #C37F74

Text Example


Text Example

White with #C37F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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