Html Css Color HEX #C85A7F Cranberry

📋 copy color: '#C85A7F'

red 200 ◦ green 90 ◦ blue 127

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

Shades of Cranberry #C85A7F

Tints of Cranberry #C85A7F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.58%

 BLUE value IS 127 (50% from 255) = 30.46%

R = 47.96%
G = 21.58%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C85A7F (or 0xC85A7F) is known color: Cranberry. HEX triplet: C8, 5A and 7F. RGB value is (200,90,127). Sum of RGB (Red+Green+Blue) = 200+90+127=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85A7F is #37A580. Grayscale: #7F7F7F. Windows color (decimal): -3646849 or 8346312. OLE color: 8346312.

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

Color convert

RGB 200 90 127 -
CMYK 0 0.55 0.36 0.22
HSL 339.82º 0.5% 0.57% -
HSV(B) 339.82º 0.55% 0.78% -
XYZ 31.31 21.12 22.51 -
YUV 127.11 127.94 179.99 -
System Red Green Blue C M Y K H S L
Decimal 200 90 127 0 0.55 0.36 0.22 339.82 0.5 0.57
Hex C8 5A 7F 0 37 24 16 154 32 39
Octal 310 132 177 0 67 44 26 524 62 71
Binary 11001000 1011010 1111111 0 110111 100100 10110 101010100 110010 111001

Color Harmonies of #C85A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A7F

Black with #C85A7F

Text Example


Text Example

White with #C85A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A7F; }

 p { color: rgb(200,90,127); }

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

background-color css

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

 a { background-color: rgb(200,90,127); }

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

border-color css

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

 span { border-color: rgb(200,90,127); }

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