Html Css Color HEX #C28973 Brandy Rose

📋 copy color: '#C28973'

red 194 ◦ green 137 ◦ blue 115

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

Shades of Brandy Rose #C28973

Tints of Brandy Rose #C28973

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.72%

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

R = 43.5%
G = 30.72%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C28973 (or 0xC28973) is known color: Brandy Rose. HEX triplet: C2, 89 and 73. RGB value is (194,137,115). Sum of RGB (Red+Green+Blue) = 194+137+115=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C28973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28973 is #3D768C. Grayscale: #979797. Windows color (decimal): -4028045 or 7571906. OLE color: 7571906.

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

Color convert

RGB 194 137 115 -
CMYK 0 0.29 0.41 0.24
HSL 16.71º 0.39% 0.61% -
HSV(B) 16.71º 0.41% 0.76% -
XYZ 34.29 30.6 20.32 -
YUV 151.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 194 137 115 0 0.29 0.41 0.24 16.71 0.39 0.61
Hex C2 89 73 0 1D 29 18 11 27 3D
Octal 302 211 163 0 35 51 30 21 47 75
Binary 11000010 10001001 1110011 0 11101 101001 11000 10001 100111 111101

Color Harmonies of #C28973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28973

Black with #C28973

Text Example


Text Example

White with #C28973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28973; }

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

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

background-color css

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

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

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

border-color css

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

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

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