Html Css Color HEX #CB507F Cranberry

📋 copy color: '#CB507F'

red 203 ◦ green 80 ◦ blue 127

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

Shades of Cranberry #CB507F

Tints of Cranberry #CB507F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.98%

R = 49.51%
G = 19.51%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CB507F (or 0xCB507F) is known color: Cranberry. HEX triplet: CB, 50 and 7F. RGB value is (203,80,127). Sum of RGB (Red+Green+Blue) = 203+80+127=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB507F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB507F is #34AF80. Grayscale: #7A7A7A. Windows color (decimal): -3452801 or 8343755. OLE color: 8343755.

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

Color convert

RGB 203 80 127 -
CMYK 0 0.61 0.37 0.20
HSL 337.07º 0.54% 0.55% -
HSV(B) 337.07º 0.61% 0.8% -
XYZ 31.33 19.97 22.28 -
YUV 122.14 130.75 185.68 -
System Red Green Blue C M Y K H S L
Decimal 203 80 127 0 0.61 0.37 0.20 337.07 0.54 0.55
Hex CB 50 7F 0 3D 25 14 151 36 37
Octal 313 120 177 0 75 45 24 521 66 67
Binary 11001011 1010000 1111111 0 111101 100101 10100 101010001 110110 110111

Color Harmonies of #CB507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB507F

Black with #CB507F

Text Example


Text Example

White with #CB507F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB507F; }

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

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

background-color css

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

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

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

border-color css

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

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

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