Html Css Color HEX #CB587C Cranberry

📋 copy color: '#CB587C'

red 203 ◦ green 88 ◦ blue 124

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

Shades of Cranberry #CB587C

Tints of Cranberry #CB587C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.2%

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

R = 48.92%
G = 21.2%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CB587C (or 0xCB587C) is known color: Cranberry. HEX triplet: CB, 58 and 7C. RGB value is (203,88,124). Sum of RGB (Red+Green+Blue) = 203+88+124=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB587C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB587C is #34A783. Grayscale: #7E7E7E. Windows color (decimal): -3450756 or 8149195. OLE color: 8149195.

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

Color convert

RGB 203 88 124 -
CMYK 0 0.57 0.39 0.20
HSL 341.22º 0.53% 0.57% -
HSV(B) 341.22º 0.57% 0.8% -
XYZ 31.76 21.13 21.47 -
YUV 126.49 126.6 182.57 -
System Red Green Blue C M Y K H S L
Decimal 203 88 124 0 0.57 0.39 0.20 341.22 0.53 0.57
Hex CB 58 7C 0 39 27 14 155 35 39
Octal 313 130 174 0 71 47 24 525 65 71
Binary 11001011 1011000 1111100 0 111001 100111 10100 101010101 110101 111001

Color Harmonies of #CB587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB587C

Black with #CB587C

Text Example


Text Example

White with #CB587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB587C; }

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

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

background-color css

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

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

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

border-color css

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

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

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