Html Css Color HEX #C37F7A Brandy Rose

📋 copy color: '#C37F7A'

red 195 ◦ green 127 ◦ blue 122

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

Shades of Brandy Rose #C37F7A

Tints of Brandy Rose #C37F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.48%

R = 43.92%
G = 28.6%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C37F7A (or 0xC37F7A) is known color: Brandy Rose. HEX triplet: C3, 7F and 7A. RGB value is (195,127,122). Sum of RGB (Red+Green+Blue) = 195+127+122=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37F7A is #3C8085. Grayscale: #929292. Windows color (decimal): -3965062 or 8028099. OLE color: 8028099.

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

Color convert

RGB 195 127 122 -
CMYK 0 0.35 0.37 0.24
HSL 4.11º 0.38% 0.62% -
HSV(B) 4.11º 0.37% 0.76% -
XYZ 33.61 28.19 22.08 -
YUV 146.76 114.03 162.41 -
System Red Green Blue C M Y K H S L
Decimal 195 127 122 0 0.35 0.37 0.24 4.11 0.38 0.62
Hex C3 7F 7A 0 23 25 18 4 26 3E
Octal 303 177 172 0 43 45 30 4 46 76
Binary 11000011 1111111 1111010 0 100011 100101 11000 100 100110 111110

Color Harmonies of #C37F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37F7A

Black with #C37F7A

Text Example


Text Example

White with #C37F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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