Html Css Color HEX #C88173 Brandy Rose

📋 copy color: '#C88173'

red 200 ◦ green 129 ◦ blue 115

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

Shades of Brandy Rose #C88173

Tints of Brandy Rose #C88173

RGB

 RED value IS 200 (78.52% from 255) = 45.05%

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

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

R = 45.05%
G = 29.05%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C88173 (or 0xC88173) is known color: Brandy Rose. HEX triplet: C8, 81 and 73. RGB value is (200,129,115). Sum of RGB (Red+Green+Blue) = 200+129+115=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C88173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88173 is #377E8C. Grayscale: #949494. Windows color (decimal): -3636877 or 7569864. OLE color: 7569864.

HSL color Cylindrical-coordinate representation of color #C88173: hue angle of 9.88º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C88173 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 129 115 -
CMYK 0 0.36 0.42 0.22
HSL 9.88º 0.44% 0.62% -
HSV(B) 9.88º 0.43% 0.78% -
XYZ 34.76 29.22 20.03 -
YUV 148.63 109.02 164.64 -
System Red Green Blue C M Y K H S L
Decimal 200 129 115 0 0.36 0.42 0.22 9.88 0.44 0.62
Hex C8 81 73 0 24 2A 16 A 2C 3E
Octal 310 201 163 0 44 52 26 12 54 76
Binary 11001000 10000001 1110011 0 100100 101010 10110 1010 101100 111110

Color Harmonies of #C88173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88173

Black with #C88173

Text Example


Text Example

White with #C88173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88173; }

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

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

background-color css

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

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

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

border-color css

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

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

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