Html Css Color HEX #CF507B Cranberry

📋 copy color: '#CF507B'

red 207 ◦ green 80 ◦ blue 123

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

Shades of Cranberry #CF507B

Tints of Cranberry #CF507B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.51%

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

R = 50.49%
G = 19.51%
B = 30%

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

#CF507B (or 0xCF507B) is known color: Cranberry. HEX triplet: CF, 50 and 7B. RGB value is (207,80,123). Sum of RGB (Red+Green+Blue) = 207+80+123=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF507B is #30AF84. Grayscale: #7A7A7A. Windows color (decimal): -3190661 or 8081615. OLE color: 8081615.

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

Color convert

RGB 207 80 123 -
CMYK 0 0.61 0.41 0.19
HSL 339.69º 0.57% 0.56% -
HSV(B) 339.69º 0.61% 0.81% -
XYZ 32.18 20.43 20.99 -
YUV 122.88 128.08 188 -
System Red Green Blue C M Y K H S L
Decimal 207 80 123 0 0.61 0.41 0.19 339.69 0.57 0.56
Hex CF 50 7B 0 3D 29 13 154 39 38
Octal 317 120 173 0 75 51 23 524 71 70
Binary 11001111 1010000 1111011 0 111101 101001 10011 101010100 111001 111000

Color Harmonies of #CF507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF507B

Black with #CF507B

Text Example


Text Example

White with #CF507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF507B; }

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

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

background-color css

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

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

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

border-color css

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

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

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