Html Css Color HEX #C28773 Brandy Rose

📋 copy color: '#C28773'

red 194 ◦ green 135 ◦ blue 115

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

Shades of Brandy Rose #C28773

Tints of Brandy Rose #C28773

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.41%

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

R = 43.69%
G = 30.41%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C28773 (or 0xC28773) is known color: Brandy Rose. HEX triplet: C2, 87 and 73. RGB value is (194,135,115). Sum of RGB (Red+Green+Blue) = 194+135+115=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C28773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28773 is #3D788C. Grayscale: #969696. Windows color (decimal): -4028557 or 7571394. OLE color: 7571394.

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

Color convert

RGB 194 135 115 -
CMYK 0 0.30 0.41 0.24
HSL 15.19º 0.39% 0.61% -
HSV(B) 15.19º 0.41% 0.76% -
XYZ 34.01 30.04 20.22 -
YUV 150.36 108.05 159.13 -
System Red Green Blue C M Y K H S L
Decimal 194 135 115 0 0.30 0.41 0.24 15.19 0.39 0.61
Hex C2 87 73 0 1E 29 18 F 27 3D
Octal 302 207 163 0 36 51 30 17 47 75
Binary 11000010 10000111 1110011 0 11110 101001 11000 1111 100111 111101

Color Harmonies of #C28773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28773

Black with #C28773

Text Example


Text Example

White with #C28773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28773; }

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

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

background-color css

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

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

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

border-color css

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

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

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