Html Css Color HEX #C28577 Brandy Rose

📋 copy color: '#C28577'

red 194 ◦ green 133 ◦ blue 119

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

Shades of Brandy Rose #C28577

Tints of Brandy Rose #C28577

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.82%

 BLUE value IS 119 (46.88% from 255) = 26.68%

R = 43.5%
G = 29.82%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C28577 (or 0xC28577) is known color: Brandy Rose. HEX triplet: C2, 85 and 77. RGB value is (194,133,119). Sum of RGB (Red+Green+Blue) = 194+133+119=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C28577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28577 is #3D7A88. Grayscale: #959595. Windows color (decimal): -4029065 or 7833026. OLE color: 7833026.

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

Color convert

RGB 194 133 119 -
CMYK 0 0.31 0.39 0.24
HSL 11.2º 0.38% 0.61% -
HSV(B) 11.2º 0.39% 0.76% -
XYZ 33.97 29.58 21.37 -
YUV 149.64 110.71 159.64 -
System Red Green Blue C M Y K H S L
Decimal 194 133 119 0 0.31 0.39 0.24 11.2 0.38 0.61
Hex C2 85 77 0 1F 27 18 B 26 3D
Octal 302 205 167 0 37 47 30 13 46 75
Binary 11000010 10000101 1110111 0 11111 100111 11000 1011 100110 111101

Color Harmonies of #C28577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28577

Black with #C28577

Text Example


Text Example

White with #C28577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28577; }

 p { color: rgb(194,133,119); }

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

background-color css

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

 a { background-color: rgb(194,133,119); }

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

border-color css

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

 span { border-color: rgb(194,133,119); }

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