Html Css Color HEX #C28376 Brandy Rose

📋 copy color: '#C28376'

red 194 ◦ green 131 ◦ blue 118

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

Shades of Brandy Rose #C28376

Tints of Brandy Rose #C28376

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.57%

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

R = 43.79%
G = 29.57%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C28376 (or 0xC28376) is known color: Brandy Rose. HEX triplet: C2, 83 and 76. RGB value is (194,131,118). Sum of RGB (Red+Green+Blue) = 194+131+118=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C28376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28376 is #3D7C89. Grayscale: #949494. Windows color (decimal): -4029578 or 7766978. OLE color: 7766978.

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

Color convert

RGB 194 131 118 -
CMYK 0 0.32 0.39 0.24
HSL 10.26º 0.38% 0.61% -
HSV(B) 10.26º 0.39% 0.76% -
XYZ 33.63 29.01 20.97 -
YUV 148.36 110.87 160.56 -
System Red Green Blue C M Y K H S L
Decimal 194 131 118 0 0.32 0.39 0.24 10.26 0.38 0.61
Hex C2 83 76 0 20 27 18 A 26 3D
Octal 302 203 166 0 40 47 30 12 46 75
Binary 11000010 10000011 1110110 0 100000 100111 11000 1010 100110 111101

Color Harmonies of #C28376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28376

Black with #C28376

Text Example


Text Example

White with #C28376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28376; }

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

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

background-color css

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

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

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

border-color css

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

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

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