Html Css Color HEX #C27F70 Brandy Rose

📋 copy color: '#C27F70'

red 194 ◦ green 127 ◦ blue 112

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

Shades of Brandy Rose #C27F70

Tints of Brandy Rose #C27F70

RGB

 RED value IS 194 (76.17% from 255) = 44.8%

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

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

R = 44.8%
G = 29.33%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C27F70 (or 0xC27F70) is known color: Brandy Rose. HEX triplet: C2, 7F and 70. RGB value is (194,127,112). Sum of RGB (Red+Green+Blue) = 194+127+112=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27F70 is #3D808F. Grayscale: #919191. Windows color (decimal): -4030608 or 7372738. OLE color: 7372738.

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

Color convert

RGB 194 127 112 -
CMYK 0 0.35 0.42 0.24
HSL 10.98º 0.4% 0.6% -
HSV(B) 10.98º 0.42% 0.76% -
XYZ 32.76 27.82 18.97 -
YUV 145.32 109.2 162.72 -
System Red Green Blue C M Y K H S L
Decimal 194 127 112 0 0.35 0.42 0.24 10.98 0.4 0.6
Hex C2 7F 70 0 23 2A 18 B 28 3C
Octal 302 177 160 0 43 52 30 13 50 74
Binary 11000010 1111111 1110000 0 100011 101010 11000 1011 101000 111100

Color Harmonies of #C27F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F70

Black with #C27F70

Text Example


Text Example

White with #C27F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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