Html Css Color HEX #C28173 Brandy Rose

📋 copy color: '#C28173'

red 194 ◦ green 129 ◦ blue 115

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

Shades of Brandy Rose #C28173

Tints of Brandy Rose #C28173

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.45%

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

R = 44.29%
G = 29.45%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C28173 (or 0xC28173) is known color: Brandy Rose. HEX triplet: C2, 81 and 73. RGB value is (194,129,115). Sum of RGB (Red+Green+Blue) = 194+129+115=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C28173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28173 is #3D7E8C. Grayscale: #929292. Windows color (decimal): -4030093 or 7569858. OLE color: 7569858.

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

Color convert

RGB 194 129 115 -
CMYK 0 0.34 0.41 0.24
HSL 10.63º 0.39% 0.61% -
HSV(B) 10.63º 0.41% 0.76% -
XYZ 33.19 28.41 19.95 -
YUV 146.84 110.03 161.64 -
System Red Green Blue C M Y K H S L
Decimal 194 129 115 0 0.34 0.41 0.24 10.63 0.39 0.61
Hex C2 81 73 0 22 29 18 B 27 3D
Octal 302 201 163 0 42 51 30 13 47 75
Binary 11000010 10000001 1110011 0 100010 101001 11000 1011 100111 111101

Color Harmonies of #C28173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28173

Black with #C28173

Text Example


Text Example

White with #C28173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28173; }

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

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

background-color css

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

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

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

border-color css

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

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

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