Html Css Color HEX #C28176 Brandy Rose

📋 copy color: '#C28176'

red 194 ◦ green 129 ◦ blue 118

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

Shades of Brandy Rose #C28176

Tints of Brandy Rose #C28176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.76%

R = 43.99%
G = 29.25%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C28176 (or 0xC28176) is known color: Brandy Rose. HEX triplet: C2, 81 and 76. RGB value is (194,129,118). Sum of RGB (Red+Green+Blue) = 194+129+118=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C28176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28176 is #3D7E89. Grayscale: #939393. Windows color (decimal): -4030090 or 7766466. OLE color: 7766466.

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

Color convert

RGB 194 129 118 -
CMYK 0 0.34 0.39 0.24
HSL 8.68º 0.38% 0.61% -
HSV(B) 8.68º 0.39% 0.76% -
XYZ 33.37 28.48 20.88 -
YUV 147.18 111.53 161.39 -
System Red Green Blue C M Y K H S L
Decimal 194 129 118 0 0.34 0.39 0.24 8.68 0.38 0.61
Hex C2 81 76 0 22 27 18 9 26 3D
Octal 302 201 166 0 42 47 30 11 46 75
Binary 11000010 10000001 1110110 0 100010 100111 11000 1001 100110 111101

Color Harmonies of #C28176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28176

Black with #C28176

Text Example


Text Example

White with #C28176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28176; }

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

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

background-color css

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

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

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

border-color css

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

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

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