Html Css Color HEX #C37E75 Brandy Rose

📋 copy color: '#C37E75'

red 195 ◦ green 126 ◦ blue 117

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

Shades of Brandy Rose #C37E75

Tints of Brandy Rose #C37E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.71%

R = 44.52%
G = 28.77%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C37E75 (or 0xC37E75) is known color: Brandy Rose. HEX triplet: C3, 7E and 75. RGB value is (195,126,117). Sum of RGB (Red+Green+Blue) = 195+126+117=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C37E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37E75 is #3C818A. Grayscale: #919191. Windows color (decimal): -3965323 or 7700163. OLE color: 7700163.

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

Color convert

RGB 195 126 117 -
CMYK 0 0.35 0.4 0.24
HSL 6.92º 0.39% 0.61% -
HSV(B) 6.92º 0.4% 0.76% -
XYZ 33.18 27.81 20.45 -
YUV 145.61 111.86 163.23 -
System Red Green Blue C M Y K H S L
Decimal 195 126 117 0 0.35 0.4 0.24 6.92 0.39 0.61
Hex C3 7E 75 0 23 28 18 7 27 3D
Octal 303 176 165 0 43 50 30 7 47 75
Binary 11000011 1111110 1110101 0 100011 101000 11000 111 100111 111101

Color Harmonies of #C37E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37E75

Black with #C37E75

Text Example


Text Example

White with #C37E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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