Html Css Color HEX #C88075 Brandy Rose

📋 copy color: '#C88075'

red 200 ◦ green 128 ◦ blue 117

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

Shades of Brandy Rose #C88075

Tints of Brandy Rose #C88075

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.76%

 BLUE value IS 117 (46.09% from 255) = 26.29%

R = 44.94%
G = 28.76%
B = 26.29%

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

#C88075 (or 0xC88075) is known color: Brandy Rose. HEX triplet: C8, 80 and 75. RGB value is (200,128,117). Sum of RGB (Red+Green+Blue) = 200+128+117=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C88075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88075 is #377F8A. Grayscale: #949494. Windows color (decimal): -3637131 or 7700680. OLE color: 7700680.

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

Color convert

RGB 200 128 117 -
CMYK 0 0.36 0.42 0.22
HSL 7.95º 0.43% 0.62% -
HSV(B) 7.95º 0.42% 0.78% -
XYZ 34.75 29 20.6 -
YUV 148.27 110.35 164.89 -
System Red Green Blue C M Y K H S L
Decimal 200 128 117 0 0.36 0.42 0.22 7.95 0.43 0.62
Hex C8 80 75 0 24 2A 16 8 2B 3E
Octal 310 200 165 0 44 52 26 10 53 76
Binary 11001000 10000000 1110101 0 100100 101010 10110 1000 101011 111110

Color Harmonies of #C88075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88075

Black with #C88075

Text Example


Text Example

White with #C88075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88075; }

 p { color: rgb(200,128,117); }

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

background-color css

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

 a { background-color: rgb(200,128,117); }

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

border-color css

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

 span { border-color: rgb(200,128,117); }

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