Html Css Color HEX #C27F75 Brandy Rose

📋 copy color: '#C27F75'

red 194 ◦ green 127 ◦ blue 117

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

Shades of Brandy Rose #C27F75

Tints of Brandy Rose #C27F75

RGB

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

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

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

R = 44.29%
G = 29%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C27F75 (or 0xC27F75) is known color: Brandy Rose. HEX triplet: C2, 7F and 75. RGB value is (194,127,117). Sum of RGB (Red+Green+Blue) = 194+127+117=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27F75 is #3D808A. Grayscale: #929292. Windows color (decimal): -4030603 or 7700418. OLE color: 7700418.

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

Color convert

RGB 194 127 117 -
CMYK 0 0.35 0.40 0.24
HSL 7.79º 0.39% 0.61% -
HSV(B) 7.79º 0.4% 0.76% -
XYZ 33.05 27.93 20.48 -
YUV 145.89 111.7 162.31 -
System Red Green Blue C M Y K H S L
Decimal 194 127 117 0 0.35 0.40 0.24 7.79 0.39 0.61
Hex C2 7F 75 0 23 28 18 8 27 3D
Octal 302 177 165 0 43 50 30 10 47 75
Binary 11000010 1111111 1110101 0 100011 101000 11000 1000 100111 111101

Color Harmonies of #C27F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F75

Black with #C27F75

Text Example


Text Example

White with #C27F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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