Html Css Color HEX #CF517B Cranberry

📋 copy color: '#CF517B'

red 207 ◦ green 81 ◦ blue 123

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

Shades of Cranberry #CF517B

Tints of Cranberry #CF517B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.71%

 BLUE value IS 123 (48.44% from 255) = 29.93%

R = 50.36%
G = 19.71%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CF517B (or 0xCF517B) is known color: Cranberry. HEX triplet: CF, 51 and 7B. RGB value is (207,81,123). Sum of RGB (Red+Green+Blue) = 207+81+123=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF517B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF517B is #30AE84. Grayscale: #7B7B7B. Windows color (decimal): -3190405 or 8081871. OLE color: 8081871.

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

Color convert

RGB 207 81 123 -
CMYK 0 0.61 0.41 0.19
HSL 340º 0.57% 0.56% -
HSV(B) 340º 0.61% 0.81% -
XYZ 32.25 20.58 21.01 -
YUV 123.46 127.74 187.58 -
System Red Green Blue C M Y K H S L
Decimal 207 81 123 0 0.61 0.41 0.19 340 0.57 0.56
Hex CF 51 7B 0 3D 29 13 154 39 38
Octal 317 121 173 0 75 51 23 524 71 70
Binary 11001111 1010001 1111011 0 111101 101001 10011 101010100 111001 111000

Color Harmonies of #CF517B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF517B

Black with #CF517B

Text Example


Text Example

White with #CF517B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF517B; }

 p { color: rgb(207,81,123); }

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

background-color css

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

 a { background-color: rgb(207,81,123); }

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

border-color css

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

 span { border-color: rgb(207,81,123); }

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