Html Css Color HEX #CB4479 Cranberry

📋 copy color: '#CB4479'

red 203 ◦ green 68 ◦ blue 121

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

Shades of Cranberry #CB4479

Tints of Cranberry #CB4479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.35%

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

R = 51.79%
G = 17.35%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB4479 (or 0xCB4479) is known color: Cranberry. HEX triplet: CB, 44 and 79. RGB value is (203,68,121). Sum of RGB (Red+Green+Blue) = 203+68+121=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 68 (26.95% from 255 or 17.35% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4479 is #34BB86. Grayscale: #727272. Windows color (decimal): -3455879 or 7947467. OLE color: 7947467.

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

Color convert

RGB 203 68 121 -
CMYK 0 0.67 0.40 0.20
HSL 336.44º 0.56% 0.53% -
HSV(B) 336.44º 0.67% 0.8% -
XYZ 30.15 18.21 20.02 -
YUV 114.41 131.73 191.19 -
System Red Green Blue C M Y K H S L
Decimal 203 68 121 0 0.67 0.40 0.20 336.44 0.56 0.53
Hex CB 44 79 0 43 28 14 150 38 35
Octal 313 104 171 0 103 50 24 520 70 65
Binary 11001011 1000100 1111001 0 1000011 101000 10100 101010000 111000 110101

Color Harmonies of #CB4479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4479

Black with #CB4479

Text Example


Text Example

White with #CB4479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4479; }

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

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

background-color css

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

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

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

border-color css

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

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

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