Html Css Color HEX #CB557B Cranberry

📋 copy color: '#CB557B'

red 203 ◦ green 85 ◦ blue 123

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

Shades of Cranberry #CB557B

Tints of Cranberry #CB557B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.68%

 BLUE value IS 123 (48.44% from 255) = 29.93%

R = 49.39%
G = 20.68%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CB557B (or 0xCB557B) is known color: Cranberry. HEX triplet: CB, 55 and 7B. RGB value is (203,85,123). Sum of RGB (Red+Green+Blue) = 203+85+123=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB557B is #34AA84. Grayscale: #7C7C7C. Windows color (decimal): -3451525 or 8082891. OLE color: 8082891.

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

Color convert

RGB 203 85 123 -
CMYK 0 0.58 0.39 0.20
HSL 340.68º 0.53% 0.56% -
HSV(B) 340.68º 0.58% 0.8% -
XYZ 31.45 20.62 21.06 -
YUV 124.61 127.09 183.91 -
System Red Green Blue C M Y K H S L
Decimal 203 85 123 0 0.58 0.39 0.20 340.68 0.53 0.56
Hex CB 55 7B 0 3A 27 14 155 35 38
Octal 313 125 173 0 72 47 24 525 65 70
Binary 11001011 1010101 1111011 0 111010 100111 10100 101010101 110101 111000

Color Harmonies of #CB557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB557B

Black with #CB557B

Text Example


Text Example

White with #CB557B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB557B; }

 p { color: rgb(203,85,123); }

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

background-color css

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

 a { background-color: rgb(203,85,123); }

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

border-color css

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

 span { border-color: rgb(203,85,123); }

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