Html Css Color HEX #C28275 Brandy Rose

📋 copy color: '#C28275'

red 194 ◦ green 130 ◦ blue 117

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

Shades of Brandy Rose #C28275

Tints of Brandy Rose #C28275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.53%

R = 43.99%
G = 29.48%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C28275 (or 0xC28275) is known color: Brandy Rose. HEX triplet: C2, 82 and 75. RGB value is (194,130,117). Sum of RGB (Red+Green+Blue) = 194+130+117=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C28275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28275 is #3D7D8A. Grayscale: #939393. Windows color (decimal): -4029835 or 7701186. OLE color: 7701186.

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

Color convert

RGB 194 130 117 -
CMYK 0 0.33 0.40 0.24
HSL 10.13º 0.39% 0.61% -
HSV(B) 10.13º 0.4% 0.76% -
XYZ 33.44 28.72 20.61 -
YUV 147.65 110.7 161.06 -
System Red Green Blue C M Y K H S L
Decimal 194 130 117 0 0.33 0.40 0.24 10.13 0.39 0.61
Hex C2 82 75 0 21 28 18 A 27 3D
Octal 302 202 165 0 41 50 30 12 47 75
Binary 11000010 10000010 1110101 0 100001 101000 11000 1010 100111 111101

Color Harmonies of #C28275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28275

Black with #C28275

Text Example


Text Example

White with #C28275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28275; }

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

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

background-color css

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

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

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

border-color css

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

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

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