Html Css Color HEX #C28377 Brandy Rose

📋 copy color: '#C28377'

red 194 ◦ green 131 ◦ blue 119

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

Shades of Brandy Rose #C28377

Tints of Brandy Rose #C28377

RGB

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

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

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

R = 43.69%
G = 29.5%
B = 26.8%

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

#C28377 (or 0xC28377) is known color: Brandy Rose. HEX triplet: C2, 83 and 77. RGB value is (194,131,119). Sum of RGB (Red+Green+Blue) = 194+131+119=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C28377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28377 is #3D7C88. Grayscale: #949494. Windows color (decimal): -4029577 or 7832514. OLE color: 7832514.

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

Color convert

RGB 194 131 119 -
CMYK 0 0.32 0.39 0.24
HSL 9.6º 0.38% 0.61% -
HSV(B) 9.6º 0.39% 0.76% -
XYZ 33.69 29.03 21.28 -
YUV 148.47 111.37 160.48 -
System Red Green Blue C M Y K H S L
Decimal 194 131 119 0 0.32 0.39 0.24 9.6 0.38 0.61
Hex C2 83 77 0 20 27 18 A 26 3D
Octal 302 203 167 0 40 47 30 12 46 75
Binary 11000010 10000011 1110111 0 100000 100111 11000 1010 100110 111101

Color Harmonies of #C28377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28377

Black with #C28377

Text Example


Text Example

White with #C28377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28377; }

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

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

background-color css

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

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

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

border-color css

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

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

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