Html Css Color HEX #CD467C Cranberry

📋 copy color: '#CD467C'

red 205 ◦ green 70 ◦ blue 124

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

Shades of Cranberry #CD467C

Tints of Cranberry #CD467C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.54%

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

R = 51.38%
G = 17.54%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CD467C (or 0xCD467C) is known color: Cranberry. HEX triplet: CD, 46 and 7C. RGB value is (205,70,124). Sum of RGB (Red+Green+Blue) = 205+70+124=399 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.38% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 205 - color contains mainly: red. Hex color #CD467C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD467C is #32B983. Grayscale: #747474. Windows color (decimal): -3324292 or 8144589. OLE color: 8144589.

HSL color Cylindrical-coordinate representation of color #CD467C: hue angle of 336º degrees, saturation: 0.57, 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 #CD467C is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 70 124 -
CMYK 0 0.66 0.40 0.20
HSL 336º 0.57% 0.54% -
HSV(B) 336º 0.66% 0.8% -
XYZ 31.01 18.81 21.07 -
YUV 116.52 132.23 191.11 -
System Red Green Blue C M Y K H S L
Decimal 205 70 124 0 0.66 0.40 0.20 336 0.57 0.54
Hex CD 46 7C 0 42 28 14 150 39 36
Octal 315 106 174 0 102 50 24 520 71 66
Binary 11001101 1000110 1111100 0 1000010 101000 10100 101010000 111001 110110

Color Harmonies of #CD467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD467C

Black with #CD467C

Text Example


Text Example

White with #CD467C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD467C; }

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

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

background-color css

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

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

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

border-color css

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

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

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