Html Css Color HEX #CB507D Cranberry

📋 copy color: '#CB507D'

red 203 ◦ green 80 ◦ blue 125

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

Shades of Cranberry #CB507D

Tints of Cranberry #CB507D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.64%

R = 49.75%
G = 19.61%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CB507D (or 0xCB507D) is known color: Cranberry. HEX triplet: CB, 50 and 7D. RGB value is (203,80,125). Sum of RGB (Red+Green+Blue) = 203+80+125=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB507D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB507D is #34AF82. Grayscale: #797979. Windows color (decimal): -3452803 or 8212683. OLE color: 8212683.

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

Color convert

RGB 203 80 125 -
CMYK 0 0.61 0.38 0.20
HSL 338.05º 0.54% 0.55% -
HSV(B) 338.05º 0.61% 0.8% -
XYZ 31.2 19.91 21.6 -
YUV 121.91 129.75 185.84 -
System Red Green Blue C M Y K H S L
Decimal 203 80 125 0 0.61 0.38 0.20 338.05 0.54 0.55
Hex CB 50 7D 0 3D 26 14 152 36 37
Octal 313 120 175 0 75 46 24 522 66 67
Binary 11001011 1010000 1111101 0 111101 100110 10100 101010010 110110 110111

Color Harmonies of #CB507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB507D

Black with #CB507D

Text Example


Text Example

White with #CB507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB507D; }

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

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

background-color css

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

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

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

border-color css

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

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

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