Html Css Color HEX #CD527B Cranberry

📋 copy color: '#CD527B'

red 205 ◦ green 82 ◦ blue 123

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

Shades of Cranberry #CD527B

Tints of Cranberry #CD527B

RGB

 RED value IS 205 (80.47% from 255) = 50%

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

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

R = 50%
G = 20%
B = 30%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#CD527B (or 0xCD527B) is known color: Cranberry. HEX triplet: CD, 52 and 7B. RGB value is (205,82,123). Sum of RGB (Red+Green+Blue) = 205+82+123=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CD527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD527B is #32AD84. Grayscale: #7B7B7B. Windows color (decimal): -3321221 or 8082125. OLE color: 8082125.

HSL color Cylindrical-coordinate representation of color #CD527B: hue angle of 340º degrees, saturation: 0.55, 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 #CD527B is Cyan = 0, Magento = 0.6, Yellow = 0.4 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 82 123 -
CMYK 0 0.6 0.4 0.20
HSL 340º 0.55% 0.56% -
HSV(B) 340º 0.6% 0.8% -
XYZ 31.77 20.44 21.01 -
YUV 123.45 127.75 186.17 -
System Red Green Blue C M Y K H S L
Decimal 205 82 123 0 0.6 0.4 0.20 340 0.55 0.56
Hex CD 52 7B 0 3C 28 14 154 37 38
Octal 315 122 173 0 74 50 24 524 67 70
Binary 11001101 1010010 1111011 0 111100 101000 10100 101010100 110111 111000

Color Harmonies of #CD527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD527B

Black with #CD527B

Text Example


Text Example

White with #CD527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD527B; }

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

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

background-color css

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

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

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

border-color css

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

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

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