Html Css Color HEX #C37E7A Brandy Rose

📋 copy color: '#C37E7A'

red 195 ◦ green 126 ◦ blue 122

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

Shades of Brandy Rose #C37E7A

Tints of Brandy Rose #C37E7A

RGB

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

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

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

R = 44.02%
G = 28.44%
B = 27.54%

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

#C37E7A (or 0xC37E7A) is known color: Brandy Rose. HEX triplet: C3, 7E and 7A. RGB value is (195,126,122). Sum of RGB (Red+Green+Blue) = 195+126+122=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C37E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37E7A is #3C8185. Grayscale: #929292. Windows color (decimal): -3965318 or 8027843. OLE color: 8027843.

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

Color convert

RGB 195 126 122 -
CMYK 0 0.35 0.37 0.24
HSL 3.29º 0.38% 0.62% -
HSV(B) 3.29º 0.37% 0.76% -
XYZ 33.48 27.93 22.04 -
YUV 146.18 114.36 162.83 -
System Red Green Blue C M Y K H S L
Decimal 195 126 122 0 0.35 0.37 0.24 3.29 0.38 0.62
Hex C3 7E 7A 0 23 25 18 3 26 3E
Octal 303 176 172 0 43 45 30 3 46 76
Binary 11000011 1111110 1111010 0 100011 100101 11000 11 100110 111110

Color Harmonies of #C37E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37E7A

Black with #C37E7A

Text Example


Text Example

White with #C37E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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