Html Css Color HEX #CB4879 Cranberry

📋 copy color: '#CB4879'

red 203 ◦ green 72 ◦ blue 121

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

Shades of Cranberry #CB4879

Tints of Cranberry #CB4879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.56%

R = 51.26%
G = 18.18%
B = 30.56%

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

#CB4879 (or 0xCB4879) is known color: Cranberry. HEX triplet: CB, 48 and 79. RGB value is (203,72,121). Sum of RGB (Red+Green+Blue) = 203+72+121=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4879 is #34B786. Grayscale: #747474. Windows color (decimal): -3454855 or 7948491. OLE color: 7948491.

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

Color convert

RGB 203 72 121 -
CMYK 0 0.65 0.40 0.20
HSL 337.56º 0.56% 0.54% -
HSV(B) 337.56º 0.65% 0.8% -
XYZ 30.4 18.71 20.1 -
YUV 116.76 130.4 189.52 -
System Red Green Blue C M Y K H S L
Decimal 203 72 121 0 0.65 0.40 0.20 337.56 0.56 0.54
Hex CB 48 79 0 41 28 14 152 38 36
Octal 313 110 171 0 101 50 24 522 70 66
Binary 11001011 1001000 1111001 0 1000001 101000 10100 101010010 111000 110110

Color Harmonies of #CB4879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4879

Black with #CB4879

Text Example


Text Example

White with #CB4879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4879; }

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

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

background-color css

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

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

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

border-color css

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

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

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