Html Css Color HEX #C2817B Brandy Rose

📋 copy color: '#C2817B'

red 194 ◦ green 129 ◦ blue 123

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

Shades of Brandy Rose #C2817B

Tints of Brandy Rose #C2817B

RGB

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

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

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

R = 43.5%
G = 28.92%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2817B (or 0xC2817B) is known color: Brandy Rose. HEX triplet: C2, 81 and 7B. RGB value is (194,129,123). Sum of RGB (Red+Green+Blue) = 194+129+123=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C2817B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2817B is #3D7E84. Grayscale: #939393. Windows color (decimal): -4030085 or 8094146. OLE color: 8094146.

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

Color convert

RGB 194 129 123 -
CMYK 0 0.34 0.37 0.24
HSL 5.07º 0.37% 0.62% -
HSV(B) 5.07º 0.37% 0.76% -
XYZ 33.67 28.6 22.48 -
YUV 147.75 114.03 160.99 -
System Red Green Blue C M Y K H S L
Decimal 194 129 123 0 0.34 0.37 0.24 5.07 0.37 0.62
Hex C2 81 7B 0 22 25 18 5 25 3E
Octal 302 201 173 0 42 45 30 5 45 76
Binary 11000010 10000001 1111011 0 100010 100101 11000 101 100101 111110

Color Harmonies of #C2817B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2817B

Black with #C2817B

Text Example


Text Example

White with #C2817B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2817B; }

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

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

background-color css

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

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

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

border-color css

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

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

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