Html Css Color HEX #CF5983 Cranberry

📋 copy color: '#CF5983'

red 207 ◦ green 89 ◦ blue 131

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

Shades of Cranberry #CF5983

Tints of Cranberry #CF5983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.68%

R = 48.48%
G = 20.84%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CF5983 (or 0xCF5983) is known color: Cranberry. HEX triplet: CF, 59 and 83. RGB value is (207,89,131). Sum of RGB (Red+Green+Blue) = 207+89+131=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5983 is #30A67C. Grayscale: #818181. Windows color (decimal): -3188349 or 8608207. OLE color: 8608207.

HSL color Cylindrical-coordinate representation of color #CF5983: hue angle of 338.64º 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 #CF5983 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 89 131 -
CMYK 0 0.57 0.37 0.19
HSL 338.64º 0.55% 0.58% -
HSV(B) 338.64º 0.57% 0.81% -
XYZ 33.4 22.05 23.97 -
YUV 129.07 129.09 183.58 -
System Red Green Blue C M Y K H S L
Decimal 207 89 131 0 0.57 0.37 0.19 338.64 0.55 0.58
Hex CF 59 83 0 39 25 13 153 37 3A
Octal 317 131 203 0 71 45 23 523 67 72
Binary 11001111 1011001 10000011 0 111001 100101 10011 101010011 110111 111010

Color Harmonies of #CF5983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5983

Black with #CF5983

Text Example


Text Example

White with #CF5983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5983; }

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

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

background-color css

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

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

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

border-color css

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

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

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