Html Css Color HEX #CF5B7E Cranberry

📋 copy color: '#CF5B7E'

red 207 ◦ green 91 ◦ blue 126

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

Shades of Cranberry #CF5B7E

Tints of Cranberry #CF5B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.72%

R = 48.82%
G = 21.46%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF5B7E (or 0xCF5B7E) is known color: Cranberry. HEX triplet: CF, 5B and 7E. RGB value is (207,91,126). Sum of RGB (Red+Green+Blue) = 207+91+126=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5B7E is #30A481. Grayscale: #818181. Windows color (decimal): -3187842 or 8281039. OLE color: 8281039.

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

Color convert

RGB 207 91 126 -
CMYK 0 0.56 0.39 0.19
HSL 341.9º 0.55% 0.58% -
HSV(B) 341.9º 0.56% 0.81% -
XYZ 33.24 22.25 22.28 -
YUV 129.67 125.93 183.15 -
System Red Green Blue C M Y K H S L
Decimal 207 91 126 0 0.56 0.39 0.19 341.9 0.55 0.58
Hex CF 5B 7E 0 38 27 13 156 37 3A
Octal 317 133 176 0 70 47 23 526 67 72
Binary 11001111 1011011 1111110 0 111000 100111 10011 101010110 110111 111010

Color Harmonies of #CF5B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5B7E

Black with #CF5B7E

Text Example


Text Example

White with #CF5B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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