Html Css Color HEX #C2816F Brandy Rose

📋 copy color: '#C2816F'

red 194 ◦ green 129 ◦ blue 111

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

Shades of Brandy Rose #C2816F

Tints of Brandy Rose #C2816F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.72%

 BLUE value IS 111 (43.75% from 255) = 25.58%

R = 44.7%
G = 29.72%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2816F (or 0xC2816F) is known color: Brandy Rose. HEX triplet: C2, 81 and 6F. RGB value is (194,129,111). Sum of RGB (Red+Green+Blue) = 194+129+111=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2816F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2816F is #3D7E90. Grayscale: #929292. Windows color (decimal): -4030097 or 7307714. OLE color: 7307714.

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

Color convert

RGB 194 129 111 -
CMYK 0 0.34 0.43 0.24
HSL 13.01º 0.4% 0.6% -
HSV(B) 13.01º 0.43% 0.76% -
XYZ 32.97 28.32 18.77 -
YUV 146.38 108.03 161.96 -
System Red Green Blue C M Y K H S L
Decimal 194 129 111 0 0.34 0.43 0.24 13.01 0.4 0.6
Hex C2 81 6F 0 22 2B 18 D 28 3C
Octal 302 201 157 0 42 53 30 15 50 74
Binary 11000010 10000001 1101111 0 100010 101011 11000 1101 101000 111100

Color Harmonies of #C2816F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2816F

Black with #C2816F

Text Example


Text Example

White with #C2816F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2816F; }

 p { color: rgb(194,129,111); }

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

background-color css

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

 a { background-color: rgb(194,129,111); }

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

border-color css

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

 span { border-color: rgb(194,129,111); }

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