Html Css Color HEX #CB487C Cranberry

📋 copy color: '#CB487C'

red 203 ◦ green 72 ◦ blue 124

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

Shades of Cranberry #CB487C

Tints of Cranberry #CB487C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.05%

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

R = 50.88%
G = 18.05%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CB487C (or 0xCB487C) is known color: Cranberry. HEX triplet: CB, 48 and 7C. RGB value is (203,72,124). Sum of RGB (Red+Green+Blue) = 203+72+124=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB487C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB487C is #34B783. Grayscale: #757575. Windows color (decimal): -3454852 or 8145099. OLE color: 8145099.

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

Color convert

RGB 203 72 124 -
CMYK 0 0.65 0.39 0.20
HSL 336.18º 0.56% 0.54% -
HSV(B) 336.18º 0.65% 0.8% -
XYZ 30.58 18.79 21.08 -
YUV 117.1 131.9 189.27 -
System Red Green Blue C M Y K H S L
Decimal 203 72 124 0 0.65 0.39 0.20 336.18 0.56 0.54
Hex CB 48 7C 0 41 27 14 150 38 36
Octal 313 110 174 0 101 47 24 520 70 66
Binary 11001011 1001000 1111100 0 1000001 100111 10100 101010000 111000 110110

Color Harmonies of #CB487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB487C

Black with #CB487C

Text Example


Text Example

White with #CB487C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB487C; }

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

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

background-color css

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

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

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

border-color css

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

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

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