Html Css Color HEX #C85F85 Hopbush

📋 copy color: '#C85F85'

red 200 ◦ green 95 ◦ blue 133

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

Shades of Hopbush #C85F85

Tints of Hopbush #C85F85

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.2%

 BLUE value IS 133 (52.34% from 255) = 31.07%

R = 46.73%
G = 22.2%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C85F85 (or 0xC85F85) is known color: Hopbush. HEX triplet: C8, 5F and 85. RGB value is (200,95,133). Sum of RGB (Red+Green+Blue) = 200+95+133=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85F85 is #37A07A. Grayscale: #828282. Windows color (decimal): -3645563 or 8740808. OLE color: 8740808.

HSL color Cylindrical-coordinate representation of color #C85F85: hue angle of 338.29º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C85F85 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 95 133 -
CMYK 0 0.52 0.34 0.22
HSL 338.29º 0.49% 0.58% -
HSV(B) 338.29º 0.53% 0.78% -
XYZ 32.15 22.16 24.77 -
YUV 130.73 129.29 177.41 -
System Red Green Blue C M Y K H S L
Decimal 200 95 133 0 0.52 0.34 0.22 338.29 0.49 0.58
Hex C8 5F 85 0 34 22 16 152 31 3A
Octal 310 137 205 0 64 42 26 522 61 72
Binary 11001000 1011111 10000101 0 110100 100010 10110 101010010 110001 111010

Color Harmonies of #C85F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85F85

Black with #C85F85

Text Example


Text Example

White with #C85F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85F85; }

 p { color: rgb(200,95,133); }

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

background-color css

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

 a { background-color: rgb(200,95,133); }

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

border-color css

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

 span { border-color: rgb(200,95,133); }

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