Html Css Color HEX #C28270 Brandy Rose

📋 copy color: '#C28270'

red 194 ◦ green 130 ◦ blue 112

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

Shades of Brandy Rose #C28270

Tints of Brandy Rose #C28270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.69%

R = 44.5%
G = 29.82%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C28270 (or 0xC28270) is known color: Brandy Rose. HEX triplet: C2, 82 and 70. RGB value is (194,130,112). Sum of RGB (Red+Green+Blue) = 194+130+112=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C28270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28270 is #3D7D8F. Grayscale: #939393. Windows color (decimal): -4029840 or 7373506. OLE color: 7373506.

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

Color convert

RGB 194 130 112 -
CMYK 0 0.33 0.42 0.24
HSL 13.17º 0.4% 0.6% -
HSV(B) 13.17º 0.42% 0.76% -
XYZ 33.16 28.6 19.1 -
YUV 147.08 108.2 161.46 -
System Red Green Blue C M Y K H S L
Decimal 194 130 112 0 0.33 0.42 0.24 13.17 0.4 0.6
Hex C2 82 70 0 21 2A 18 D 28 3C
Octal 302 202 160 0 41 52 30 15 50 74
Binary 11000010 10000010 1110000 0 100001 101010 11000 1101 101000 111100

Color Harmonies of #C28270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28270

Black with #C28270

Text Example


Text Example

White with #C28270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28270; }

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

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

background-color css

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

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

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

border-color css

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

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

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