Html Css Color HEX #CD4B7C Cranberry

📋 copy color: '#CD4B7C'

red 205 ◦ green 75 ◦ blue 124

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

Shades of Cranberry #CD4B7C

Tints of Cranberry #CD4B7C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.56%

 BLUE value IS 124 (48.83% from 255) = 30.69%

R = 50.74%
G = 18.56%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CD4B7C (or 0xCD4B7C) is known color: Cranberry. HEX triplet: CD, 4B and 7C. RGB value is (205,75,124). Sum of RGB (Red+Green+Blue) = 205+75+124=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4B7C is #32B483. Grayscale: #777777. Windows color (decimal): -3323012 or 8145869. OLE color: 8145869.

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

Color convert

RGB 205 75 124 -
CMYK 0 0.63 0.40 0.20
HSL 337.38º 0.57% 0.55% -
HSV(B) 337.38º 0.63% 0.8% -
XYZ 31.33 19.47 21.17 -
YUV 119.46 130.57 189.02 -
System Red Green Blue C M Y K H S L
Decimal 205 75 124 0 0.63 0.40 0.20 337.38 0.57 0.55
Hex CD 4B 7C 0 3F 28 14 151 39 37
Octal 315 113 174 0 77 50 24 521 71 67
Binary 11001101 1001011 1111100 0 111111 101000 10100 101010001 111001 110111

Color Harmonies of #CD4B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4B7C

Black with #CD4B7C

Text Example


Text Example

White with #CD4B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4B7C; }

 p { color: rgb(205,75,124); }

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

background-color css

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

 a { background-color: rgb(205,75,124); }

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

border-color css

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

 span { border-color: rgb(205,75,124); }

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