Html Css Color HEX #C37E74 Brandy Rose

📋 copy color: '#C37E74'

red 195 ◦ green 126 ◦ blue 116

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

Shades of Brandy Rose #C37E74

Tints of Brandy Rose #C37E74

RGB

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

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

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

R = 44.62%
G = 28.83%
B = 26.54%

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

#C37E74 (or 0xC37E74) is known color: Brandy Rose. HEX triplet: C3, 7E and 74. RGB value is (195,126,116). Sum of RGB (Red+Green+Blue) = 195+126+116=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C37E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37E74 is #3C818B. Grayscale: #919191. Windows color (decimal): -3965324 or 7634627. OLE color: 7634627.

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

Color convert

RGB 195 126 116 -
CMYK 0 0.35 0.41 0.24
HSL 7.59º 0.4% 0.61% -
HSV(B) 7.59º 0.41% 0.76% -
XYZ 33.12 27.78 20.14 -
YUV 145.49 111.36 163.31 -
System Red Green Blue C M Y K H S L
Decimal 195 126 116 0 0.35 0.41 0.24 7.59 0.4 0.61
Hex C3 7E 74 0 23 29 18 8 28 3D
Octal 303 176 164 0 43 51 30 10 50 75
Binary 11000011 1111110 1110100 0 100011 101001 11000 1000 101000 111101

Color Harmonies of #C37E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37E74

Black with #C37E74

Text Example


Text Example

White with #C37E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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