Html Css Color HEX #C2827D Brandy Rose

📋 copy color: '#C2827D'

red 194 ◦ green 130 ◦ blue 125

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

Shades of Brandy Rose #C2827D

Tints of Brandy Rose #C2827D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.84%

R = 43.21%
G = 28.95%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2827D (or 0xC2827D) is known color: Brandy Rose. HEX triplet: C2, 82 and 7D. RGB value is (194,130,125). Sum of RGB (Red+Green+Blue) = 194+130+125=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C2827D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2827D is #3D7D82. Grayscale: #949494. Windows color (decimal): -4029827 or 8225474. OLE color: 8225474.

HSL color Cylindrical-coordinate representation of color #C2827D: hue angle of 4.35º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2827D is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 130 125 -
CMYK 0 0.33 0.36 0.24
HSL 4.35º 0.36% 0.63% -
HSV(B) 4.35º 0.36% 0.76% -
XYZ 33.93 28.92 23.19 -
YUV 148.57 114.7 160.41 -
System Red Green Blue C M Y K H S L
Decimal 194 130 125 0 0.33 0.36 0.24 4.35 0.36 0.63
Hex C2 82 7D 0 21 24 18 4 24 3F
Octal 302 202 175 0 41 44 30 4 44 77
Binary 11000010 10000010 1111101 0 100001 100100 11000 100 100100 111111

Color Harmonies of #C2827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2827D

Black with #C2827D

Text Example


Text Example

White with #C2827D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2827D; }

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

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

background-color css

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

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

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

border-color css

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

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

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