Html Css Color HEX #CB477C Cranberry

📋 copy color: '#CB477C'

red 203 ◦ green 71 ◦ blue 124

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

Shades of Cranberry #CB477C

Tints of Cranberry #CB477C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.84%

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

R = 51.01%
G = 17.84%
B = 31.16%

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

#CB477C (or 0xCB477C) is known color: Cranberry. HEX triplet: CB, 47 and 7C. RGB value is (203,71,124). Sum of RGB (Red+Green+Blue) = 203+71+124=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB477C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB477C is #34B883. Grayscale: #747474. Windows color (decimal): -3455108 or 8144843. OLE color: 8144843.

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

Color convert

RGB 203 71 124 -
CMYK 0 0.65 0.39 0.20
HSL 335.91º 0.56% 0.54% -
HSV(B) 335.91º 0.65% 0.8% -
XYZ 30.52 18.66 21.06 -
YUV 116.51 132.23 189.69 -
System Red Green Blue C M Y K H S L
Decimal 203 71 124 0 0.65 0.39 0.20 335.91 0.56 0.54
Hex CB 47 7C 0 41 27 14 150 38 36
Octal 313 107 174 0 101 47 24 520 70 66
Binary 11001011 1000111 1111100 0 1000001 100111 10100 101010000 111000 110110

Color Harmonies of #CB477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB477C

Black with #CB477C

Text Example


Text Example

White with #CB477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB477C; }

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

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

background-color css

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

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

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

border-color css

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

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

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