Html Css Color HEX #CD497D Cranberry

📋 copy color: '#CD497D'

red 205 ◦ green 73 ◦ blue 125

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

Shades of Cranberry #CD497D

Tints of Cranberry #CD497D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.02%

R = 50.87%
G = 18.11%
B = 31.02%

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

#CD497D (or 0xCD497D) is known color: Cranberry. HEX triplet: CD, 49 and 7D. RGB value is (205,73,125). Sum of RGB (Red+Green+Blue) = 205+73+125=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CD497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD497D is #32B682. Grayscale: #767676. Windows color (decimal): -3323523 or 8210893. OLE color: 8210893.

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

Color convert

RGB 205 73 125 -
CMYK 0 0.64 0.39 0.20
HSL 336.36º 0.57% 0.55% -
HSV(B) 336.36º 0.64% 0.8% -
XYZ 31.26 19.22 21.47 -
YUV 118.4 131.73 189.77 -
System Red Green Blue C M Y K H S L
Decimal 205 73 125 0 0.64 0.39 0.20 336.36 0.57 0.55
Hex CD 49 7D 0 40 27 14 150 39 37
Octal 315 111 175 0 100 47 24 520 71 67
Binary 11001101 1001001 1111101 0 1000000 100111 10100 101010000 111001 110111

Color Harmonies of #CD497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD497D

Black with #CD497D

Text Example


Text Example

White with #CD497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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