Html Css Color HEX #C2826E Brandy Rose

📋 copy color: '#C2826E'

red 194 ◦ green 130 ◦ blue 110

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

Shades of Brandy Rose #C2826E

Tints of Brandy Rose #C2826E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.95%

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

R = 44.7%
G = 29.95%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2826E (or 0xC2826E) is known color: Brandy Rose. HEX triplet: C2, 82 and 6E. RGB value is (194,130,110). Sum of RGB (Red+Green+Blue) = 194+130+110=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2826E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2826E is #3D7D91. Grayscale: #939393. Windows color (decimal): -4029842 or 7242434. OLE color: 7242434.

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

Color convert

RGB 194 130 110 -
CMYK 0 0.33 0.43 0.24
HSL 14.29º 0.41% 0.6% -
HSV(B) 14.29º 0.43% 0.76% -
XYZ 33.05 28.56 18.52 -
YUV 146.86 107.2 161.63 -
System Red Green Blue C M Y K H S L
Decimal 194 130 110 0 0.33 0.43 0.24 14.29 0.41 0.6
Hex C2 82 6E 0 21 2B 18 E 29 3C
Octal 302 202 156 0 41 53 30 16 51 74
Binary 11000010 10000010 1101110 0 100001 101011 11000 1110 101001 111100

Color Harmonies of #C2826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2826E

Black with #C2826E

Text Example


Text Example

White with #C2826E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2826E; }

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

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

background-color css

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

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

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

border-color css

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

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

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