Html Css Color HEX #C37E6F Brandy Rose

📋 copy color: '#C37E6F'

red 195 ◦ green 126 ◦ blue 111

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

Shades of Brandy Rose #C37E6F

Tints of Brandy Rose #C37E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.69%

R = 45.14%
G = 29.17%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C37E6F (or 0xC37E6F) is known color: Brandy Rose. HEX triplet: C3, 7E and 6F. RGB value is (195,126,111). Sum of RGB (Red+Green+Blue) = 195+126+111=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C37E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37E6F is #3C8190. Grayscale: #919191. Windows color (decimal): -3965329 or 7306947. OLE color: 7306947.

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

Color convert

RGB 195 126 111 -
CMYK 0 0.35 0.43 0.24
HSL 10.71º 0.41% 0.6% -
HSV(B) 10.71º 0.43% 0.76% -
XYZ 32.84 27.67 18.65 -
YUV 144.92 108.86 163.72 -
System Red Green Blue C M Y K H S L
Decimal 195 126 111 0 0.35 0.43 0.24 10.71 0.41 0.6
Hex C3 7E 6F 0 23 2B 18 B 29 3C
Octal 303 176 157 0 43 53 30 13 51 74
Binary 11000011 1111110 1101111 0 100011 101011 11000 1011 101001 111100

Color Harmonies of #C37E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37E6F

Black with #C37E6F

Text Example


Text Example

White with #C37E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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