Html Css Color HEX #CD4A7E Cranberry

📋 copy color: '#CD4A7E'

red 205 ◦ green 74 ◦ blue 126

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

Shades of Cranberry #CD4A7E

Tints of Cranberry #CD4A7E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.27%

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

R = 50.62%
G = 18.27%
B = 31.11%

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

#CD4A7E (or 0xCD4A7E) is known color: Cranberry. HEX triplet: CD, 4A and 7E. RGB value is (205,74,126). Sum of RGB (Red+Green+Blue) = 205+74+126=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4A7E is #32B581. Grayscale: #777777. Windows color (decimal): -3323266 or 8276685. OLE color: 8276685.

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

Color convert

RGB 205 74 126 -
CMYK 0 0.64 0.39 0.20
HSL 336.18º 0.57% 0.55% -
HSV(B) 336.18º 0.64% 0.8% -
XYZ 31.39 19.38 21.83 -
YUV 119.1 131.9 189.27 -
System Red Green Blue C M Y K H S L
Decimal 205 74 126 0 0.64 0.39 0.20 336.18 0.57 0.55
Hex CD 4A 7E 0 40 27 14 150 39 37
Octal 315 112 176 0 100 47 24 520 71 67
Binary 11001101 1001010 1111110 0 1000000 100111 10100 101010000 111001 110111

Color Harmonies of #CD4A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4A7E

Black with #CD4A7E

Text Example


Text Example

White with #CD4A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4A7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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