Html Css Color HEX #CB4478 Cranberry

📋 copy color: '#CB4478'

red 203 ◦ green 68 ◦ blue 120

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

Shades of Cranberry #CB4478

Tints of Cranberry #CB4478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.69%

R = 51.92%
G = 17.39%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB4478 (or 0xCB4478) is known color: Cranberry. HEX triplet: CB, 44 and 78. RGB value is (203,68,120). Sum of RGB (Red+Green+Blue) = 203+68+120=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4478 is #34BB87. Grayscale: #727272. Windows color (decimal): -3455880 or 7881931. OLE color: 7881931.

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

Color convert

RGB 203 68 120 -
CMYK 0 0.67 0.41 0.20
HSL 336.89º 0.56% 0.53% -
HSV(B) 336.89º 0.67% 0.8% -
XYZ 30.09 18.19 19.69 -
YUV 114.29 131.23 191.27 -
System Red Green Blue C M Y K H S L
Decimal 203 68 120 0 0.67 0.41 0.20 336.89 0.56 0.53
Hex CB 44 78 0 43 29 14 151 38 35
Octal 313 104 170 0 103 51 24 521 70 65
Binary 11001011 1000100 1111000 0 1000011 101001 10100 101010001 111000 110101

Color Harmonies of #CB4478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4478

Black with #CB4478

Text Example


Text Example

White with #CB4478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4478; }

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

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

background-color css

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

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

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

border-color css

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

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

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