Html Css Color HEX #C85D7F Cranberry

📋 copy color: '#C85D7F'

red 200 ◦ green 93 ◦ blue 127

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

Shades of Cranberry #C85D7F

Tints of Cranberry #C85D7F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.14%

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

R = 47.62%
G = 22.14%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C85D7F (or 0xC85D7F) is known color: Cranberry. HEX triplet: C8, 5D and 7F. RGB value is (200,93,127). Sum of RGB (Red+Green+Blue) = 200+93+127=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85D7F is #37A280. Grayscale: #808080. Windows color (decimal): -3646081 or 8347080. OLE color: 8347080.

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

Color convert

RGB 200 93 127 -
CMYK 0 0.54 0.36 0.22
HSL 340.93º 0.49% 0.57% -
HSV(B) 340.93º 0.54% 0.78% -
XYZ 31.56 21.64 22.59 -
YUV 128.87 126.95 178.74 -
System Red Green Blue C M Y K H S L
Decimal 200 93 127 0 0.54 0.36 0.22 340.93 0.49 0.57
Hex C8 5D 7F 0 36 24 16 155 31 39
Octal 310 135 177 0 66 44 26 525 61 71
Binary 11001000 1011101 1111111 0 110110 100100 10110 101010101 110001 111001

Color Harmonies of #C85D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85D7F

Black with #C85D7F

Text Example


Text Example

White with #C85D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85D7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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