Html Css Color HEX #C28378 Brandy Rose

📋 copy color: '#C28378'

red 194 ◦ green 131 ◦ blue 120

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

Shades of Brandy Rose #C28378

Tints of Brandy Rose #C28378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.97%

R = 43.6%
G = 29.44%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C28378 (or 0xC28378) is known color: Brandy Rose. HEX triplet: C2, 83 and 78. RGB value is (194,131,120). Sum of RGB (Red+Green+Blue) = 194+131+120=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 120 (47.27% from 255 or 26.97% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C28378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28378 is #3D7C87. Grayscale: #949494. Windows color (decimal): -4029576 or 7898050. OLE color: 7898050.

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

Color convert

RGB 194 131 120 -
CMYK 0 0.32 0.38 0.24
HSL 8.92º 0.38% 0.62% -
HSV(B) 8.92º 0.38% 0.76% -
XYZ 33.75 29.06 21.6 -
YUV 148.58 111.87 160.39 -
System Red Green Blue C M Y K H S L
Decimal 194 131 120 0 0.32 0.38 0.24 8.92 0.38 0.62
Hex C2 83 78 0 20 26 18 9 26 3E
Octal 302 203 170 0 40 46 30 11 46 76
Binary 11000010 10000011 1111000 0 100000 100110 11000 1001 100110 111110

Color Harmonies of #C28378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28378

Black with #C28378

Text Example


Text Example

White with #C28378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28378; }

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

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

background-color css

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

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

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

border-color css

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

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

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