Html Css Color HEX #C28072 Brandy Rose

📋 copy color: '#C28072'

red 194 ◦ green 128 ◦ blue 114

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

Shades of Brandy Rose #C28072

Tints of Brandy Rose #C28072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.15%

R = 44.5%
G = 29.36%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C28072 (or 0xC28072) is known color: Brandy Rose. HEX triplet: C2, 80 and 72. RGB value is (194,128,114). Sum of RGB (Red+Green+Blue) = 194+128+114=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C28072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28072 is #3D7F8D. Grayscale: #929292. Windows color (decimal): -4030350 or 7504066. OLE color: 7504066.

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

Color convert

RGB 194 128 114 -
CMYK 0 0.34 0.41 0.24
HSL 10.5º 0.4% 0.6% -
HSV(B) 10.5º 0.41% 0.76% -
XYZ 33 28.12 19.61 -
YUV 146.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 194 128 114 0 0.34 0.41 0.24 10.5 0.4 0.6
Hex C2 80 72 0 22 29 18 A 28 3C
Octal 302 200 162 0 42 51 30 12 50 74
Binary 11000010 10000000 1110010 0 100010 101001 11000 1010 101000 111100

Color Harmonies of #C28072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28072

Black with #C28072

Text Example


Text Example

White with #C28072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28072; }

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

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

background-color css

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

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

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

border-color css

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

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

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