Html Css Color HEX #C28172 Brandy Rose

📋 copy color: '#C28172'

red 194 ◦ green 129 ◦ blue 114

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

Shades of Brandy Rose #C28172

Tints of Brandy Rose #C28172

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.52%

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

R = 44.39%
G = 29.52%
B = 26.09%

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

#C28172 (or 0xC28172) is known color: Brandy Rose. HEX triplet: C2, 81 and 72. RGB value is (194,129,114). Sum of RGB (Red+Green+Blue) = 194+129+114=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C28172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28172 is #3D7E8D. Grayscale: #929292. Windows color (decimal): -4030094 or 7504322. OLE color: 7504322.

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

Color convert

RGB 194 129 114 -
CMYK 0 0.34 0.41 0.24
HSL 11.25º 0.4% 0.6% -
HSV(B) 11.25º 0.41% 0.76% -
XYZ 33.14 28.38 19.65 -
YUV 146.73 109.53 161.72 -
System Red Green Blue C M Y K H S L
Decimal 194 129 114 0 0.34 0.41 0.24 11.25 0.4 0.6
Hex C2 81 72 0 22 29 18 B 28 3C
Octal 302 201 162 0 42 51 30 13 50 74
Binary 11000010 10000001 1110010 0 100010 101001 11000 1011 101000 111100

Color Harmonies of #C28172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28172

Black with #C28172

Text Example


Text Example

White with #C28172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28172; }

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

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

background-color css

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

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

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

border-color css

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

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

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