Html Css Color HEX #CB4D78 Cranberry

📋 copy color: '#CB4D78'

red 203 ◦ green 77 ◦ blue 120

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

Shades of Cranberry #CB4D78

Tints of Cranberry #CB4D78

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.25%

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

R = 50.75%
G = 19.25%
B = 30%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB4D78 (or 0xCB4D78) is known color: Cranberry. HEX triplet: CB, 4D and 78. RGB value is (203,77,120). Sum of RGB (Red+Green+Blue) = 203+77+120=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB4D78 is #34B287. Grayscale: #777777. Windows color (decimal): -3453576 or 7884235. OLE color: 7884235.

HSL color Cylindrical-coordinate representation of color #CB4D78: hue angle of 339.52º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB4D78 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 77 120 -
CMYK 0 0.62 0.41 0.20
HSL 339.52º 0.55% 0.55% -
HSV(B) 339.52º 0.62% 0.8% -
XYZ 30.67 19.36 19.89 -
YUV 119.58 128.24 187.5 -
System Red Green Blue C M Y K H S L
Decimal 203 77 120 0 0.62 0.41 0.20 339.52 0.55 0.55
Hex CB 4D 78 0 3E 29 14 154 37 37
Octal 313 115 170 0 76 51 24 524 67 67
Binary 11001011 1001101 1111000 0 111110 101001 10100 101010100 110111 110111

Color Harmonies of #CB4D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4D78

Black with #CB4D78

Text Example


Text Example

White with #CB4D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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