Html Css Color HEX #CF5985 Cranberry

📋 copy color: '#CF5985'

red 207 ◦ green 89 ◦ blue 133

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

Shades of Cranberry #CF5985

Tints of Cranberry #CF5985

RGB

 RED value IS 207 (81.25% from 255) = 48.25%

 GREEN value IS 89 (35.16% from 255) = 20.75%

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

R = 48.25%
G = 20.75%
B = 31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CF5985 (or 0xCF5985) is known color: Cranberry. HEX triplet: CF, 59 and 85. RGB value is (207,89,133). Sum of RGB (Red+Green+Blue) = 207+89+133=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5985 is #30A67A. Grayscale: #818181. Windows color (decimal): -3188347 or 8739279. OLE color: 8739279.

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

Color convert

RGB 207 89 133 -
CMYK 0 0.57 0.36 0.19
HSL 337.63º 0.55% 0.58% -
HSV(B) 337.63º 0.57% 0.81% -
XYZ 33.54 22.1 24.69 -
YUV 129.3 130.09 183.42 -
System Red Green Blue C M Y K H S L
Decimal 207 89 133 0 0.57 0.36 0.19 337.63 0.55 0.58
Hex CF 59 85 0 39 24 13 152 37 3A
Octal 317 131 205 0 71 44 23 522 67 72
Binary 11001111 1011001 10000101 0 111001 100100 10011 101010010 110111 111010

Color Harmonies of #CF5985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5985

Black with #CF5985

Text Example


Text Example

White with #CF5985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5985; }

 p { color: rgb(207,89,133); }

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

background-color css

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

 a { background-color: rgb(207,89,133); }

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

border-color css

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

 span { border-color: rgb(207,89,133); }

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