Html Css Color HEX #C28075 Brandy Rose

📋 copy color: '#C28075'

red 194 ◦ green 128 ◦ blue 117

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

Shades of Brandy Rose #C28075

Tints of Brandy Rose #C28075

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.16%

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

R = 44.19%
G = 29.16%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C28075 (or 0xC28075) is known color: Brandy Rose. HEX triplet: C2, 80 and 75. RGB value is (194,128,117). Sum of RGB (Red+Green+Blue) = 194+128+117=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C28075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28075 is #3D7F8A. Grayscale: #929292. Windows color (decimal): -4030347 or 7700674. OLE color: 7700674.

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

Color convert

RGB 194 128 117 -
CMYK 0 0.34 0.40 0.24
HSL 8.57º 0.39% 0.61% -
HSV(B) 8.57º 0.4% 0.76% -
XYZ 33.18 28.19 20.52 -
YUV 146.48 111.37 161.89 -
System Red Green Blue C M Y K H S L
Decimal 194 128 117 0 0.34 0.40 0.24 8.57 0.39 0.61
Hex C2 80 75 0 22 28 18 9 27 3D
Octal 302 200 165 0 42 50 30 11 47 75
Binary 11000010 10000000 1110101 0 100010 101000 11000 1001 100111 111101

Color Harmonies of #C28075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28075

Black with #C28075

Text Example


Text Example

White with #C28075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28075; }

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

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

background-color css

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

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

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

border-color css

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

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

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