Html Css Color HEX #CB507A Cranberry

📋 copy color: '#CB507A'

red 203 ◦ green 80 ◦ blue 122

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

Shades of Cranberry #CB507A

Tints of Cranberry #CB507A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.12%

R = 50.12%
G = 19.75%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB507A (or 0xCB507A) is known color: Cranberry. HEX triplet: CB, 50 and 7A. RGB value is (203,80,122). Sum of RGB (Red+Green+Blue) = 203+80+122=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB507A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB507A is #34AF85. Grayscale: #797979. Windows color (decimal): -3452806 or 8016075. OLE color: 8016075.

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

Color convert

RGB 203 80 122 -
CMYK 0 0.61 0.40 0.20
HSL 339.51º 0.54% 0.55% -
HSV(B) 339.51º 0.61% 0.8% -
XYZ 31.01 19.84 20.61 -
YUV 121.57 128.25 186.08 -
System Red Green Blue C M Y K H S L
Decimal 203 80 122 0 0.61 0.40 0.20 339.51 0.54 0.55
Hex CB 50 7A 0 3D 28 14 154 36 37
Octal 313 120 172 0 75 50 24 524 66 67
Binary 11001011 1010000 1111010 0 111101 101000 10100 101010100 110110 110111

Color Harmonies of #CB507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB507A

Black with #CB507A

Text Example


Text Example

White with #CB507A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB507A; }

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

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

background-color css

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

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

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

border-color css

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

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

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