Html Css Color HEX #CB487A Cranberry

📋 copy color: '#CB487A'

red 203 ◦ green 72 ◦ blue 122

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

Shades of Cranberry #CB487A

Tints of Cranberry #CB487A

RGB

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

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

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

R = 51.13%
G = 18.14%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB487A (or 0xCB487A) is known color: Cranberry. HEX triplet: CB, 48 and 7A. RGB value is (203,72,122). Sum of RGB (Red+Green+Blue) = 203+72+122=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB487A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB487A is #34B785. Grayscale: #747474. Windows color (decimal): -3454854 or 8014027. OLE color: 8014027.

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

Color convert

RGB 203 72 122 -
CMYK 0 0.65 0.40 0.20
HSL 337.1º 0.56% 0.54% -
HSV(B) 337.1º 0.65% 0.8% -
XYZ 30.46 18.74 20.42 -
YUV 116.87 130.9 189.43 -
System Red Green Blue C M Y K H S L
Decimal 203 72 122 0 0.65 0.40 0.20 337.1 0.56 0.54
Hex CB 48 7A 0 41 28 14 151 38 36
Octal 313 110 172 0 101 50 24 521 70 66
Binary 11001011 1001000 1111010 0 1000001 101000 10100 101010001 111000 110110

Color Harmonies of #CB487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB487A

Black with #CB487A

Text Example


Text Example

White with #CB487A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB487A; }

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

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

background-color css

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

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

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

border-color css

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

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

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