Html Css Color HEX #C28373 Brandy Rose

📋 copy color: '#C28373'

red 194 ◦ green 131 ◦ blue 115

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

Shades of Brandy Rose #C28373

Tints of Brandy Rose #C28373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.14%

R = 44.09%
G = 29.77%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C28373 (or 0xC28373) is known color: Brandy Rose. HEX triplet: C2, 83 and 73. RGB value is (194,131,115). Sum of RGB (Red+Green+Blue) = 194+131+115=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C28373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28373 is #3D7C8C. Grayscale: #949494. Windows color (decimal): -4029581 or 7570370. OLE color: 7570370.

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

Color convert

RGB 194 131 115 -
CMYK 0 0.32 0.41 0.24
HSL 12.15º 0.39% 0.61% -
HSV(B) 12.15º 0.41% 0.76% -
XYZ 33.46 28.94 20.04 -
YUV 148.01 109.37 160.8 -
System Red Green Blue C M Y K H S L
Decimal 194 131 115 0 0.32 0.41 0.24 12.15 0.39 0.61
Hex C2 83 73 0 20 29 18 C 27 3D
Octal 302 203 163 0 40 51 30 14 47 75
Binary 11000010 10000011 1110011 0 100000 101001 11000 1100 100111 111101

Color Harmonies of #C28373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28373

Black with #C28373

Text Example


Text Example

White with #C28373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28373; }

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

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

background-color css

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

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

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

border-color css

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

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

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