Html Css Color HEX #CD427A Cranberry

📋 copy color: '#CD427A'

red 205 ◦ green 66 ◦ blue 122

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

Shades of Cranberry #CD427A

Tints of Cranberry #CD427A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.79%

 BLUE value IS 122 (48.05% from 255) = 31.04%

R = 52.16%
G = 16.79%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CD427A (or 0xCD427A) is known color: Cranberry. HEX triplet: CD, 42 and 7A. RGB value is (205,66,122). Sum of RGB (Red+Green+Blue) = 205+66+122=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CD427A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD427A is #32BD85. Grayscale: #717171. Windows color (decimal): -3325318 or 8012493. OLE color: 8012493.

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

Color convert

RGB 205 66 122 -
CMYK 0 0.68 0.40 0.20
HSL 335.83º 0.58% 0.53% -
HSV(B) 335.83º 0.68% 0.8% -
XYZ 30.64 18.28 20.33 -
YUV 113.95 132.55 192.95 -
System Red Green Blue C M Y K H S L
Decimal 205 66 122 0 0.68 0.40 0.20 335.83 0.58 0.53
Hex CD 42 7A 0 44 28 14 150 3A 35
Octal 315 102 172 0 104 50 24 520 72 65
Binary 11001101 1000010 1111010 0 1000100 101000 10100 101010000 111010 110101

Color Harmonies of #CD427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD427A

Black with #CD427A

Text Example


Text Example

White with #CD427A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD427A; }

 p { color: rgb(205,66,122); }

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

background-color css

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

 a { background-color: rgb(205,66,122); }

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

border-color css

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

 span { border-color: rgb(205,66,122); }

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