Html Css Color HEX #CF5683 Cranberry

📋 copy color: '#CF5683'

red 207 ◦ green 86 ◦ blue 131

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

Shades of Cranberry #CF5683

Tints of Cranberry #CF5683

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.28%

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

R = 48.82%
G = 20.28%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CF5683 (or 0xCF5683) is known color: Cranberry. HEX triplet: CF, 56 and 83. RGB value is (207,86,131). Sum of RGB (Red+Green+Blue) = 207+86+131=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 86 (33.98% from 255 or 20.28% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5683 is #30A97C. Grayscale: #7F7F7F. Windows color (decimal): -3189117 or 8607439. OLE color: 8607439.

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

Color convert

RGB 207 86 131 -
CMYK 0 0.58 0.37 0.19
HSL 337.69º 0.56% 0.57% -
HSV(B) 337.69º 0.58% 0.81% -
XYZ 33.16 21.56 23.89 -
YUV 127.31 130.09 184.84 -
System Red Green Blue C M Y K H S L
Decimal 207 86 131 0 0.58 0.37 0.19 337.69 0.56 0.57
Hex CF 56 83 0 3A 25 13 152 38 39
Octal 317 126 203 0 72 45 23 522 70 71
Binary 11001111 1010110 10000011 0 111010 100101 10011 101010010 111000 111001

Color Harmonies of #CF5683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5683

Black with #CF5683

Text Example


Text Example

White with #CF5683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5683; }

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

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

background-color css

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

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

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

border-color css

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

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

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