Html Css Color HEX #CD497E Cranberry

📋 copy color: '#CD497E'

red 205 ◦ green 73 ◦ blue 126

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

Shades of Cranberry #CD497E

Tints of Cranberry #CD497E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.19%

R = 50.74%
G = 18.07%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CD497E (or 0xCD497E) is known color: Cranberry. HEX triplet: CD, 49 and 7E. RGB value is (205,73,126). Sum of RGB (Red+Green+Blue) = 205+73+126=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CD497E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD497E is #32B681. Grayscale: #767676. Windows color (decimal): -3323522 or 8276429. OLE color: 8276429.

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

Color convert

RGB 205 73 126 -
CMYK 0 0.64 0.39 0.20
HSL 335.91º 0.57% 0.55% -
HSV(B) 335.91º 0.64% 0.8% -
XYZ 31.33 19.25 21.8 -
YUV 118.51 132.23 189.69 -
System Red Green Blue C M Y K H S L
Decimal 205 73 126 0 0.64 0.39 0.20 335.91 0.57 0.55
Hex CD 49 7E 0 40 27 14 150 39 37
Octal 315 111 176 0 100 47 24 520 71 67
Binary 11001101 1001001 1111110 0 1000000 100111 10100 101010000 111001 110111

Color Harmonies of #CD497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD497E

Black with #CD497E

Text Example


Text Example

White with #CD497E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD497E; }

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

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

background-color css

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

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

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

border-color css

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

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

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