Html Css Color HEX #C28873 Brandy Rose

📋 copy color: '#C28873'

red 194 ◦ green 136 ◦ blue 115

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

Shades of Brandy Rose #C28873

Tints of Brandy Rose #C28873

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.56%

 BLUE value IS 115 (45.31% from 255) = 25.84%

R = 43.6%
G = 30.56%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C28873 (or 0xC28873) is known color: Brandy Rose. HEX triplet: C2, 88 and 73. RGB value is (194,136,115). Sum of RGB (Red+Green+Blue) = 194+136+115=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C28873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28873 is #3D778C. Grayscale: #979797. Windows color (decimal): -4028301 or 7571650. OLE color: 7571650.

HSL color Cylindrical-coordinate representation of color #C28873: hue angle of 15.95º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C28873 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 136 115 -
CMYK 0 0.30 0.41 0.24
HSL 15.95º 0.39% 0.61% -
HSV(B) 15.95º 0.41% 0.76% -
XYZ 34.15 30.32 20.27 -
YUV 150.95 107.72 158.71 -
System Red Green Blue C M Y K H S L
Decimal 194 136 115 0 0.30 0.41 0.24 15.95 0.39 0.61
Hex C2 88 73 0 1E 29 18 10 27 3D
Octal 302 210 163 0 36 51 30 20 47 75
Binary 11000010 10001000 1110011 0 11110 101001 11000 10000 100111 111101

Color Harmonies of #C28873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28873

Black with #C28873

Text Example


Text Example

White with #C28873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28873; }

 p { color: rgb(194,136,115); }

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

background-color css

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

 a { background-color: rgb(194,136,115); }

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

border-color css

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

 span { border-color: rgb(194,136,115); }

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