Html Css Color HEX #CD4575 Cranberry

📋 copy color: '#CD4575'

red 205 ◦ green 69 ◦ blue 117

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

Shades of Cranberry #CD4575

Tints of Cranberry #CD4575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.65%

 BLUE value IS 117 (46.09% from 255) = 29.92%

R = 52.43%
G = 17.65%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CD4575 (or 0xCD4575) is known color: Cranberry. HEX triplet: CD, 45 and 75. RGB value is (205,69,117). Sum of RGB (Red+Green+Blue) = 205+69+117=391 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.43% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4575 is #32BA8A. Grayscale: #737373. Windows color (decimal): -3324555 or 7685581. OLE color: 7685581.

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

Color convert

RGB 205 69 117 -
CMYK 0 0.66 0.43 0.20
HSL 338.82º 0.58% 0.54% -
HSV(B) 338.82º 0.66% 0.8% -
XYZ 30.52 18.52 18.8 -
YUV 115.14 129.06 192.1 -
System Red Green Blue C M Y K H S L
Decimal 205 69 117 0 0.66 0.43 0.20 338.82 0.58 0.54
Hex CD 45 75 0 42 2B 14 153 3A 36
Octal 315 105 165 0 102 53 24 523 72 66
Binary 11001101 1000101 1110101 0 1000010 101011 10100 101010011 111010 110110

Color Harmonies of #CD4575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4575

Black with #CD4575

Text Example


Text Example

White with #CD4575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4575; }

 p { color: rgb(205,69,117); }

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

background-color css

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

 a { background-color: rgb(205,69,117); }

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

border-color css

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

 span { border-color: rgb(205,69,117); }

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