Html Css Color HEX #C27C7B Brandy Rose

📋 copy color: '#C27C7B'

red 194 ◦ green 124 ◦ blue 123

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

Shades of Brandy Rose #C27C7B

Tints of Brandy Rose #C27C7B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.12%

 BLUE value IS 123 (48.44% from 255) = 27.89%

R = 43.99%
G = 28.12%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C27C7B (or 0xC27C7B) is known color: Brandy Rose. HEX triplet: C2, 7C and 7B. RGB value is (194,124,123). Sum of RGB (Red+Green+Blue) = 194+124+123=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27C7B is #3D8384. Grayscale: #909090. Windows color (decimal): -4031365 or 8092866. OLE color: 8092866.

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

Color convert

RGB 194 124 123 -
CMYK 0 0.36 0.37 0.24
HSL 0.85º 0.37% 0.62% -
HSV(B) 0.85º 0.37% 0.76% -
XYZ 33.03 27.31 22.27 -
YUV 144.82 115.69 163.08 -
System Red Green Blue C M Y K H S L
Decimal 194 124 123 0 0.36 0.37 0.24 0.85 0.37 0.62
Hex C2 7C 7B 0 24 25 18 1 25 3E
Octal 302 174 173 0 44 45 30 1 45 76
Binary 11000010 1111100 1111011 0 100100 100101 11000 1 100101 111110

Color Harmonies of #C27C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27C7B

Black with #C27C7B

Text Example


Text Example

White with #C27C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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