Html Css Color HEX #CB4B7C Cranberry

📋 copy color: '#CB4B7C'

red 203 ◦ green 75 ◦ blue 124

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

Shades of Cranberry #CB4B7C

Tints of Cranberry #CB4B7C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.66%

 BLUE value IS 124 (48.83% from 255) = 30.85%

R = 50.5%
G = 18.66%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CB4B7C (or 0xCB4B7C) is known color: Cranberry. HEX triplet: CB, 4B and 7C. RGB value is (203,75,124). Sum of RGB (Red+Green+Blue) = 203+75+124=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 75 (29.69% from 255 or 18.66% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4B7C is #34B483. Grayscale: #767676. Windows color (decimal): -3454084 or 8145867. OLE color: 8145867.

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

Color convert

RGB 203 75 124 -
CMYK 0 0.63 0.39 0.20
HSL 337.03º 0.55% 0.55% -
HSV(B) 337.03º 0.63% 0.8% -
XYZ 30.78 19.18 21.15 -
YUV 118.86 130.91 188.02 -
System Red Green Blue C M Y K H S L
Decimal 203 75 124 0 0.63 0.39 0.20 337.03 0.55 0.55
Hex CB 4B 7C 0 3F 27 14 151 37 37
Octal 313 113 174 0 77 47 24 521 67 67
Binary 11001011 1001011 1111100 0 111111 100111 10100 101010001 110111 110111

Color Harmonies of #CB4B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4B7C

Black with #CB4B7C

Text Example


Text Example

White with #CB4B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4B7C; }

 p { color: rgb(203,75,124); }

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

background-color css

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

 a { background-color: rgb(203,75,124); }

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

border-color css

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

 span { border-color: rgb(203,75,124); }

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