Html Css Color HEX #CF5B7C Cranberry

📋 copy color: '#CF5B7C'

red 207 ◦ green 91 ◦ blue 124

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

Shades of Cranberry #CF5B7C

Tints of Cranberry #CF5B7C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.56%

 BLUE value IS 124 (48.83% from 255) = 29.38%

R = 49.05%
G = 21.56%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF5B7C (or 0xCF5B7C) is known color: Cranberry. HEX triplet: CF, 5B and 7C. RGB value is (207,91,124). Sum of RGB (Red+Green+Blue) = 207+91+124=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5B7C is #30A483. Grayscale: #818181. Windows color (decimal): -3187844 or 8149967. OLE color: 8149967.

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

Color convert

RGB 207 91 124 -
CMYK 0 0.56 0.40 0.19
HSL 342.93º 0.55% 0.58% -
HSV(B) 342.93º 0.56% 0.81% -
XYZ 33.11 22.2 21.61 -
YUV 129.45 124.93 183.32 -
System Red Green Blue C M Y K H S L
Decimal 207 91 124 0 0.56 0.40 0.19 342.93 0.55 0.58
Hex CF 5B 7C 0 38 28 13 157 37 3A
Octal 317 133 174 0 70 50 23 527 67 72
Binary 11001111 1011011 1111100 0 111000 101000 10011 101010111 110111 111010

Color Harmonies of #CF5B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5B7C

Black with #CF5B7C

Text Example


Text Example

White with #CF5B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5B7C; }

 p { color: rgb(207,91,124); }

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

background-color css

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

 a { background-color: rgb(207,91,124); }

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

border-color css

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

 span { border-color: rgb(207,91,124); }

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