Html Css Color HEX #C27D7C Brandy Rose

📋 copy color: '#C27D7C'

red 194 ◦ green 125 ◦ blue 124

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

Shades of Brandy Rose #C27D7C

Tints of Brandy Rose #C27D7C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.22%

 BLUE value IS 124 (48.83% from 255) = 27.99%

R = 43.79%
G = 28.22%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C27D7C (or 0xC27D7C) is known color: Brandy Rose. HEX triplet: C2, 7D and 7C. RGB value is (194,125,124). Sum of RGB (Red+Green+Blue) = 194+125+124=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27D7C is #3D8283. Grayscale: #919191. Windows color (decimal): -4031108 or 8158658. OLE color: 8158658.

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

Color convert

RGB 194 125 124 -
CMYK 0 0.36 0.36 0.24
HSL 0.86º 0.36% 0.62% -
HSV(B) 0.86º 0.36% 0.76% -
XYZ 33.22 27.59 22.64 -
YUV 145.52 115.86 162.58 -
System Red Green Blue C M Y K H S L
Decimal 194 125 124 0 0.36 0.36 0.24 0.86 0.36 0.62
Hex C2 7D 7C 0 24 24 18 1 24 3E
Octal 302 175 174 0 44 44 30 1 44 76
Binary 11000010 1111101 1111100 0 100100 100100 11000 1 100100 111110

Color Harmonies of #C27D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27D7C

Black with #C27D7C

Text Example


Text Example

White with #C27D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27D7C; }

 p { color: rgb(194,125,124); }

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

background-color css

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

 a { background-color: rgb(194,125,124); }

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

border-color css

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

 span { border-color: rgb(194,125,124); }

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