Html Css Color HEX #CD467A Cranberry

📋 copy color: '#CD467A'

red 205 ◦ green 70 ◦ blue 122

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

Shades of Cranberry #CD467A

Tints of Cranberry #CD467A

RGB

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

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

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

R = 51.64%
G = 17.63%
B = 30.73%

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

#CD467A (or 0xCD467A) is known color: Cranberry. HEX triplet: CD, 46 and 7A. RGB value is (205,70,122). Sum of RGB (Red+Green+Blue) = 205+70+122=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CD467A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD467A is #32B985. Grayscale: #747474. Windows color (decimal): -3324294 or 8013517. OLE color: 8013517.

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

Color convert

RGB 205 70 122 -
CMYK 0 0.66 0.40 0.20
HSL 336.89º 0.57% 0.54% -
HSV(B) 336.89º 0.66% 0.8% -
XYZ 30.88 18.76 20.41 -
YUV 116.29 131.23 191.27 -
System Red Green Blue C M Y K H S L
Decimal 205 70 122 0 0.66 0.40 0.20 336.89 0.57 0.54
Hex CD 46 7A 0 42 28 14 151 39 36
Octal 315 106 172 0 102 50 24 521 71 66
Binary 11001101 1000110 1111010 0 1000010 101000 10100 101010001 111001 110110

Color Harmonies of #CD467A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD467A

Black with #CD467A

Text Example


Text Example

White with #CD467A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD467A; }

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

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

background-color css

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

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

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

border-color css

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

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

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