Html Css Color HEX #CD497B Cranberry

📋 copy color: '#CD497B'

red 205 ◦ green 73 ◦ blue 123

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

Shades of Cranberry #CD497B

Tints of Cranberry #CD497B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.2%

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

R = 51.12%
G = 18.2%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#CD497B (or 0xCD497B) is known color: Cranberry. HEX triplet: CD, 49 and 7B. RGB value is (205,73,123). Sum of RGB (Red+Green+Blue) = 205+73+123=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD497B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD497B is #32B684. Grayscale: #767676. Windows color (decimal): -3323525 or 8079821. OLE color: 8079821.

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

Color convert

RGB 205 73 123 -
CMYK 0 0.64 0.4 0.20
HSL 337.27º 0.57% 0.55% -
HSV(B) 337.27º 0.64% 0.8% -
XYZ 31.13 19.17 20.8 -
YUV 118.17 130.73 189.93 -
System Red Green Blue C M Y K H S L
Decimal 205 73 123 0 0.64 0.4 0.20 337.27 0.57 0.55
Hex CD 49 7B 0 40 28 14 151 39 37
Octal 315 111 173 0 100 50 24 521 71 67
Binary 11001101 1001001 1111011 0 1000000 101000 10100 101010001 111001 110111

Color Harmonies of #CD497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD497B

Black with #CD497B

Text Example


Text Example

White with #CD497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD497B; }

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

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

background-color css

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

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

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

border-color css

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

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

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