Html Css Color HEX #C28273 Brandy Rose

📋 copy color: '#C28273'

red 194 ◦ green 130 ◦ blue 115

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

Shades of Brandy Rose #C28273

Tints of Brandy Rose #C28273

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.61%

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

R = 44.19%
G = 29.61%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C28273 (or 0xC28273) is known color: Brandy Rose. HEX triplet: C2, 82 and 73. RGB value is (194,130,115). Sum of RGB (Red+Green+Blue) = 194+130+115=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C28273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28273 is #3D7D8C. Grayscale: #939393. Windows color (decimal): -4029837 or 7570114. OLE color: 7570114.

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

Color convert

RGB 194 130 115 -
CMYK 0 0.33 0.41 0.24
HSL 11.39º 0.39% 0.61% -
HSV(B) 11.39º 0.41% 0.76% -
XYZ 33.33 28.67 20 -
YUV 147.43 109.7 161.22 -
System Red Green Blue C M Y K H S L
Decimal 194 130 115 0 0.33 0.41 0.24 11.39 0.39 0.61
Hex C2 82 73 0 21 29 18 B 27 3D
Octal 302 202 163 0 41 51 30 13 47 75
Binary 11000010 10000010 1110011 0 100001 101001 11000 1011 100111 111101

Color Harmonies of #C28273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28273

Black with #C28273

Text Example


Text Example

White with #C28273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28273; }

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

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

background-color css

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

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

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

border-color css

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

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

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