Html Css Color HEX #C2807C Brandy Rose

📋 copy color: '#C2807C'

red 194 ◦ green 128 ◦ blue 124

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

Shades of Brandy Rose #C2807C

Tints of Brandy Rose #C2807C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.7%

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

R = 43.5%
G = 28.7%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2807C (or 0xC2807C) is known color: Brandy Rose. HEX triplet: C2, 80 and 7C. RGB value is (194,128,124). Sum of RGB (Red+Green+Blue) = 194+128+124=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C2807C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2807C is #3D7F83. Grayscale: #939393. Windows color (decimal): -4030340 or 8159426. OLE color: 8159426.

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

Color convert

RGB 194 128 124 -
CMYK 0 0.34 0.36 0.24
HSL 3.43º 0.36% 0.62% -
HSV(B) 3.43º 0.36% 0.76% -
XYZ 33.61 28.36 22.77 -
YUV 147.28 114.87 161.33 -
System Red Green Blue C M Y K H S L
Decimal 194 128 124 0 0.34 0.36 0.24 3.43 0.36 0.62
Hex C2 80 7C 0 22 24 18 3 24 3E
Octal 302 200 174 0 42 44 30 3 44 76
Binary 11000010 10000000 1111100 0 100010 100100 11000 11 100100 111110

Color Harmonies of #C2807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2807C

Black with #C2807C

Text Example


Text Example

White with #C2807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2807C; }

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

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

background-color css

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

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

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

border-color css

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

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

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