Html Css Color HEX #C28972 Brandy Rose

📋 copy color: '#C28972'

red 194 ◦ green 137 ◦ blue 114

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

Shades of Brandy Rose #C28972

Tints of Brandy Rose #C28972

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.79%

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

R = 43.6%
G = 30.79%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C28972 (or 0xC28972) is known color: Brandy Rose. HEX triplet: C2, 89 and 72. RGB value is (194,137,114). Sum of RGB (Red+Green+Blue) = 194+137+114=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C28972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28972 is #3D768D. Grayscale: #979797. Windows color (decimal): -4028046 or 7506370. OLE color: 7506370.

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

Color convert

RGB 194 137 114 -
CMYK 0 0.29 0.41 0.24
HSL 17.25º 0.4% 0.6% -
HSV(B) 17.25º 0.41% 0.76% -
XYZ 34.23 30.58 20.02 -
YUV 151.42 106.88 158.37 -
System Red Green Blue C M Y K H S L
Decimal 194 137 114 0 0.29 0.41 0.24 17.25 0.4 0.6
Hex C2 89 72 0 1D 29 18 11 28 3C
Octal 302 211 162 0 35 51 30 21 50 74
Binary 11000010 10001001 1110010 0 11101 101001 11000 10001 101000 111100

Color Harmonies of #C28972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28972

Black with #C28972

Text Example


Text Example

White with #C28972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28972; }

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

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

background-color css

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

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

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

border-color css

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

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

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