Html Css Color HEX #C2877D Brandy Rose

📋 copy color: '#C2877D'

red 194 ◦ green 135 ◦ blue 125

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

Shades of Brandy Rose #C2877D

Tints of Brandy Rose #C2877D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.74%

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

R = 42.73%
G = 29.74%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2877D (or 0xC2877D) is known color: Brandy Rose. HEX triplet: C2, 87 and 7D. RGB value is (194,135,125). Sum of RGB (Red+Green+Blue) = 194+135+125=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C2877D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2877D is #3D7882. Grayscale: #979797. Windows color (decimal): -4028547 or 8226754. OLE color: 8226754.

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

Color convert

RGB 194 135 125 -
CMYK 0 0.30 0.36 0.24
HSL 8.7º 0.36% 0.63% -
HSV(B) 8.7º 0.36% 0.76% -
XYZ 34.61 30.28 23.42 -
YUV 151.5 113.05 158.31 -
System Red Green Blue C M Y K H S L
Decimal 194 135 125 0 0.30 0.36 0.24 8.7 0.36 0.63
Hex C2 87 7D 0 1E 24 18 9 24 3F
Octal 302 207 175 0 36 44 30 11 44 77
Binary 11000010 10000111 1111101 0 11110 100100 11000 1001 100100 111111

Color Harmonies of #C2877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2877D

Black with #C2877D

Text Example


Text Example

White with #C2877D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2877D; }

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

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

background-color css

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

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

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

border-color css

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

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

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