Html Css Color HEX #CB527F Cranberry

📋 copy color: '#CB527F'

red 203 ◦ green 82 ◦ blue 127

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

Shades of Cranberry #CB527F

Tints of Cranberry #CB527F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.83%

R = 49.27%
G = 19.9%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CB527F (or 0xCB527F) is known color: Cranberry. HEX triplet: CB, 52 and 7F. RGB value is (203,82,127). Sum of RGB (Red+Green+Blue) = 203+82+127=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB527F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB527F is #34AD80. Grayscale: #7B7B7B. Windows color (decimal): -3452289 or 8344267. OLE color: 8344267.

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

Color convert

RGB 203 82 127 -
CMYK 0 0.60 0.37 0.20
HSL 337.69º 0.54% 0.56% -
HSV(B) 337.69º 0.6% 0.8% -
XYZ 31.48 20.26 22.33 -
YUV 123.31 130.09 184.84 -
System Red Green Blue C M Y K H S L
Decimal 203 82 127 0 0.60 0.37 0.20 337.69 0.54 0.56
Hex CB 52 7F 0 3C 25 14 152 36 38
Octal 313 122 177 0 74 45 24 522 66 70
Binary 11001011 1010010 1111111 0 111100 100101 10100 101010010 110110 111000

Color Harmonies of #CB527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB527F

Black with #CB527F

Text Example


Text Example

White with #CB527F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB527F; }

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

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

background-color css

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

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

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

border-color css

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

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

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