Html Css Color HEX #CD457B Cranberry

📋 copy color: '#CD457B'

red 205 ◦ green 69 ◦ blue 123

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

Shades of Cranberry #CD457B

Tints of Cranberry #CD457B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.38%

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

R = 51.64%
G = 17.38%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#CD457B (or 0xCD457B) is known color: Cranberry. HEX triplet: CD, 45 and 7B. RGB value is (205,69,123). Sum of RGB (Red+Green+Blue) = 205+69+123=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CD457B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD457B is #32BA84. Grayscale: #737373. Windows color (decimal): -3324549 or 8078797. OLE color: 8078797.

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

Color convert

RGB 205 69 123 -
CMYK 0 0.66 0.4 0.20
HSL 336.18º 0.58% 0.54% -
HSV(B) 336.18º 0.66% 0.8% -
XYZ 30.88 18.67 20.71 -
YUV 115.82 132.06 191.61 -
System Red Green Blue C M Y K H S L
Decimal 205 69 123 0 0.66 0.4 0.20 336.18 0.58 0.54
Hex CD 45 7B 0 42 28 14 150 3A 36
Octal 315 105 173 0 102 50 24 520 72 66
Binary 11001101 1000101 1111011 0 1000010 101000 10100 101010000 111010 110110

Color Harmonies of #CD457B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD457B

Black with #CD457B

Text Example


Text Example

White with #CD457B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD457B; }

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

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

background-color css

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

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

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

border-color css

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

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

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