Html Css Color HEX #CB507C Cranberry

📋 copy color: '#CB507C'

red 203 ◦ green 80 ◦ blue 124

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

Shades of Cranberry #CB507C

Tints of Cranberry #CB507C

RGB

 RED value IS 203 (79.69% from 255) = 49.88%

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

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

R = 49.88%
G = 19.66%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CB507C (or 0xCB507C) is known color: Cranberry. HEX triplet: CB, 50 and 7C. RGB value is (203,80,124). Sum of RGB (Red+Green+Blue) = 203+80+124=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB507C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB507C is #34AF83. Grayscale: #797979. Windows color (decimal): -3452804 or 8147147. OLE color: 8147147.

HSL color Cylindrical-coordinate representation of color #CB507C: hue angle of 338.54º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB507C is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 80 124 -
CMYK 0 0.61 0.39 0.20
HSL 338.54º 0.54% 0.55% -
HSV(B) 338.54º 0.61% 0.8% -
XYZ 31.14 19.89 21.27 -
YUV 121.79 129.25 185.92 -
System Red Green Blue C M Y K H S L
Decimal 203 80 124 0 0.61 0.39 0.20 338.54 0.54 0.55
Hex CB 50 7C 0 3D 27 14 153 36 37
Octal 313 120 174 0 75 47 24 523 66 67
Binary 11001011 1010000 1111100 0 111101 100111 10100 101010011 110110 110111

Color Harmonies of #CB507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB507C

Black with #CB507C

Text Example


Text Example

White with #CB507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB507C; }

 p { color: rgb(203,80,124); }

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

background-color css

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

 a { background-color: rgb(203,80,124); }

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

border-color css

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

 span { border-color: rgb(203,80,124); }

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