Html Css Color HEX #C28077 Brandy Rose

📋 copy color: '#C28077'

red 194 ◦ green 128 ◦ blue 119

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

Shades of Brandy Rose #C28077

Tints of Brandy Rose #C28077

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.02%

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

R = 43.99%
G = 29.02%
B = 26.98%

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

#C28077 (or 0xC28077) is known color: Brandy Rose. HEX triplet: C2, 80 and 77. RGB value is (194,128,119). Sum of RGB (Red+Green+Blue) = 194+128+119=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C28077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28077 is #3D7F88. Grayscale: #929292. Windows color (decimal): -4030345 or 7831746. OLE color: 7831746.

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

Color convert

RGB 194 128 119 -
CMYK 0 0.34 0.39 0.24
HSL 7.2º 0.38% 0.61% -
HSV(B) 7.2º 0.39% 0.76% -
XYZ 33.3 28.24 21.15 -
YUV 146.71 112.37 161.73 -
System Red Green Blue C M Y K H S L
Decimal 194 128 119 0 0.34 0.39 0.24 7.2 0.38 0.61
Hex C2 80 77 0 22 27 18 7 26 3D
Octal 302 200 167 0 42 47 30 7 46 75
Binary 11000010 10000000 1110111 0 100010 100111 11000 111 100110 111101

Color Harmonies of #C28077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28077

Black with #C28077

Text Example


Text Example

White with #C28077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28077; }

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

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

background-color css

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

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

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

border-color css

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

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

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