Html Css Color HEX #C2816E Brandy Rose

📋 copy color: '#C2816E'

red 194 ◦ green 129 ◦ blue 110

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

Shades of Brandy Rose #C2816E

Tints of Brandy Rose #C2816E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.4%

R = 44.8%
G = 29.79%
B = 25.4%

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

#C2816E (or 0xC2816E) is known color: Brandy Rose. HEX triplet: C2, 81 and 6E. RGB value is (194,129,110). Sum of RGB (Red+Green+Blue) = 194+129+110=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2816E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2816E is #3D7E91. Grayscale: #929292. Windows color (decimal): -4030098 or 7242178. OLE color: 7242178.

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

Color convert

RGB 194 129 110 -
CMYK 0 0.34 0.43 0.24
HSL 13.57º 0.41% 0.6% -
HSV(B) 13.57º 0.43% 0.76% -
XYZ 32.91 28.3 18.48 -
YUV 146.27 107.53 162.04 -
System Red Green Blue C M Y K H S L
Decimal 194 129 110 0 0.34 0.43 0.24 13.57 0.41 0.6
Hex C2 81 6E 0 22 2B 18 E 29 3C
Octal 302 201 156 0 42 53 30 16 51 74
Binary 11000010 10000001 1101110 0 100010 101011 11000 1110 101001 111100

Color Harmonies of #C2816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2816E

Black with #C2816E

Text Example


Text Example

White with #C2816E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2816E; }

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

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

background-color css

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

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

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

border-color css

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

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

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