Html Css Color HEX #C28074 Brandy Rose

📋 copy color: '#C28074'

red 194 ◦ green 128 ◦ blue 116

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

Shades of Brandy Rose #C28074

Tints of Brandy Rose #C28074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.48%

R = 44.29%
G = 29.22%
B = 26.48%

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

#C28074 (or 0xC28074) is known color: Brandy Rose. HEX triplet: C2, 80 and 74. RGB value is (194,128,116). Sum of RGB (Red+Green+Blue) = 194+128+116=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C28074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28074 is #3D7F8B. Grayscale: #929292. Windows color (decimal): -4030348 or 7635138. OLE color: 7635138.

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

Color convert

RGB 194 128 116 -
CMYK 0 0.34 0.40 0.24
HSL 9.23º 0.39% 0.61% -
HSV(B) 9.23º 0.4% 0.76% -
XYZ 33.12 28.17 20.21 -
YUV 146.37 110.87 161.98 -
System Red Green Blue C M Y K H S L
Decimal 194 128 116 0 0.34 0.40 0.24 9.23 0.39 0.61
Hex C2 80 74 0 22 28 18 9 27 3D
Octal 302 200 164 0 42 50 30 11 47 75
Binary 11000010 10000000 1110100 0 100010 101000 11000 1001 100111 111101

Color Harmonies of #C28074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28074

Black with #C28074

Text Example


Text Example

White with #C28074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28074; }

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

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

background-color css

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

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

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

border-color css

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

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

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