Html Css Color HEX #CD537B Cranberry

📋 copy color: '#CD537B'

red 205 ◦ green 83 ◦ blue 123

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

Shades of Cranberry #CD537B

Tints of Cranberry #CD537B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.19%

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

R = 49.88%
G = 20.19%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#CD537B (or 0xCD537B) is known color: Cranberry. HEX triplet: CD, 53 and 7B. RGB value is (205,83,123). Sum of RGB (Red+Green+Blue) = 205+83+123=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CD537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD537B is #32AC84. Grayscale: #7C7C7C. Windows color (decimal): -3320965 or 8082381. OLE color: 8082381.

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

Color convert

RGB 205 83 123 -
CMYK 0 0.60 0.4 0.20
HSL 340.33º 0.55% 0.56% -
HSV(B) 340.33º 0.6% 0.8% -
XYZ 31.85 20.6 21.04 -
YUV 124.04 127.42 185.75 -
System Red Green Blue C M Y K H S L
Decimal 205 83 123 0 0.60 0.4 0.20 340.33 0.55 0.56
Hex CD 53 7B 0 3C 28 14 154 37 38
Octal 315 123 173 0 74 50 24 524 67 70
Binary 11001101 1010011 1111011 0 111100 101000 10100 101010100 110111 111000

Color Harmonies of #CD537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD537B

Black with #CD537B

Text Example


Text Example

White with #CD537B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD537B; }

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

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

background-color css

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

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

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

border-color css

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

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

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