Html Css Color HEX #CB527B Cranberry

📋 copy color: '#CB527B'

red 203 ◦ green 82 ◦ blue 123

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

Shades of Cranberry #CB527B

Tints of Cranberry #CB527B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.1%

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

R = 49.75%
G = 20.1%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CB527B (or 0xCB527B) is known color: Cranberry. HEX triplet: CB, 52 and 7B. RGB value is (203,82,123). Sum of RGB (Red+Green+Blue) = 203+82+123=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB527B is #34AD84. Grayscale: #7A7A7A. Windows color (decimal): -3452293 or 8082123. OLE color: 8082123.

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

Color convert

RGB 203 82 123 -
CMYK 0 0.60 0.39 0.20
HSL 339.67º 0.54% 0.56% -
HSV(B) 339.67º 0.6% 0.8% -
XYZ 31.22 20.16 20.98 -
YUV 122.85 128.09 185.17 -
System Red Green Blue C M Y K H S L
Decimal 203 82 123 0 0.60 0.39 0.20 339.67 0.54 0.56
Hex CB 52 7B 0 3C 27 14 154 36 38
Octal 313 122 173 0 74 47 24 524 66 70
Binary 11001011 1010010 1111011 0 111100 100111 10100 101010100 110110 111000

Color Harmonies of #CB527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB527B

Black with #CB527B

Text Example


Text Example

White with #CB527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB527B; }

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

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

background-color css

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

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

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

border-color css

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

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

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