Html Css Color HEX #C37F70 Brandy Rose

📋 copy color: '#C37F70'

red 195 ◦ green 127 ◦ blue 112

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

Shades of Brandy Rose #C37F70

Tints of Brandy Rose #C37F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.81%

R = 44.93%
G = 29.26%
B = 25.81%

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

#C37F70 (or 0xC37F70) is known color: Brandy Rose. HEX triplet: C3, 7F and 70. RGB value is (195,127,112). Sum of RGB (Red+Green+Blue) = 195+127+112=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37F70 is #3C808F. Grayscale: #919191. Windows color (decimal): -3965072 or 7372739. OLE color: 7372739.

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

Color convert

RGB 195 127 112 -
CMYK 0 0.35 0.43 0.24
HSL 10.84º 0.41% 0.6% -
HSV(B) 10.84º 0.43% 0.76% -
XYZ 33.02 27.95 18.98 -
YUV 145.62 109.03 163.22 -
System Red Green Blue C M Y K H S L
Decimal 195 127 112 0 0.35 0.43 0.24 10.84 0.41 0.6
Hex C3 7F 70 0 23 2B 18 B 29 3C
Octal 303 177 160 0 43 53 30 13 51 74
Binary 11000011 1111111 1110000 0 100011 101011 11000 1011 101001 111100

Color Harmonies of #C37F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37F70

Black with #C37F70

Text Example


Text Example

White with #C37F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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