Html Css Color HEX #CB4979 Cranberry

📋 copy color: '#CB4979'

red 203 ◦ green 73 ◦ blue 121

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

Shades of Cranberry #CB4979

Tints of Cranberry #CB4979

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.39%

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

R = 51.13%
G = 18.39%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB4979 (or 0xCB4979) is known color: Cranberry. HEX triplet: CB, 49 and 79. RGB value is (203,73,121). Sum of RGB (Red+Green+Blue) = 203+73+121=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4979 is #34B686. Grayscale: #757575. Windows color (decimal): -3454599 or 7948747. OLE color: 7948747.

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

Color convert

RGB 203 73 121 -
CMYK 0 0.64 0.40 0.20
HSL 337.85º 0.56% 0.54% -
HSV(B) 337.85º 0.64% 0.8% -
XYZ 30.46 18.84 20.12 -
YUV 117.34 130.07 189.1 -
System Red Green Blue C M Y K H S L
Decimal 203 73 121 0 0.64 0.40 0.20 337.85 0.56 0.54
Hex CB 49 79 0 40 28 14 152 38 36
Octal 313 111 171 0 100 50 24 522 70 66
Binary 11001011 1001001 1111001 0 1000000 101000 10100 101010010 111000 110110

Color Harmonies of #CB4979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4979

Black with #CB4979

Text Example


Text Example

White with #CB4979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4979; }

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

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

background-color css

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

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

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

border-color css

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

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

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