Html Css Color HEX #C85D81 Cranberry

📋 copy color: '#C85D81'

red 200 ◦ green 93 ◦ blue 129

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

Shades of Cranberry #C85D81

Tints of Cranberry #C85D81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.57%

R = 47.39%
G = 22.04%
B = 30.57%

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

#C85D81 (or 0xC85D81) is known color: Cranberry. HEX triplet: C8, 5D and 81. RGB value is (200,93,129). Sum of RGB (Red+Green+Blue) = 200+93+129=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85D81 is #37A27E. Grayscale: #818181. Windows color (decimal): -3646079 or 8478152. OLE color: 8478152.

HSL color Cylindrical-coordinate representation of color #C85D81: hue angle of 339.81º 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 #C85D81 is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 93 129 -
CMYK 0 0.54 0.36 0.22
HSL 339.81º 0.49% 0.57% -
HSV(B) 339.81º 0.54% 0.78% -
XYZ 31.7 21.69 23.29 -
YUV 129.1 127.95 178.57 -
System Red Green Blue C M Y K H S L
Decimal 200 93 129 0 0.54 0.36 0.22 339.81 0.49 0.57
Hex C8 5D 81 0 36 24 16 154 31 39
Octal 310 135 201 0 66 44 26 524 61 71
Binary 11001000 1011101 10000001 0 110110 100100 10110 101010100 110001 111001

Color Harmonies of #C85D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85D81

Black with #C85D81

Text Example


Text Example

White with #C85D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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