Html Css Color HEX #CF5585 Cranberry

📋 copy color: '#CF5585'

red 207 ◦ green 85 ◦ blue 133

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

Shades of Cranberry #CF5585

Tints of Cranberry #CF5585

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20%

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

R = 48.71%
G = 20%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CF5585 (or 0xCF5585) is known color: Cranberry. HEX triplet: CF, 55 and 85. RGB value is (207,85,133). Sum of RGB (Red+Green+Blue) = 207+85+133=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5585 is #30AA7A. Grayscale: #7E7E7E. Windows color (decimal): -3189371 or 8738255. OLE color: 8738255.

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

Color convert

RGB 207 85 133 -
CMYK 0 0.59 0.36 0.19
HSL 336.39º 0.56% 0.57% -
HSV(B) 336.39º 0.59% 0.81% -
XYZ 33.21 21.46 24.58 -
YUV 126.95 131.42 185.1 -
System Red Green Blue C M Y K H S L
Decimal 207 85 133 0 0.59 0.36 0.19 336.39 0.56 0.57
Hex CF 55 85 0 3B 24 13 150 38 39
Octal 317 125 205 0 73 44 23 520 70 71
Binary 11001111 1010101 10000101 0 111011 100100 10011 101010000 111000 111001

Color Harmonies of #CF5585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5585

Black with #CF5585

Text Example


Text Example

White with #CF5585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5585; }

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

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

background-color css

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

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

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

border-color css

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

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

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