Html Css Color HEX #CF467C Cranberry

📋 copy color: '#CF467C'

red 207 ◦ green 70 ◦ blue 124

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

Shades of Cranberry #CF467C

Tints of Cranberry #CF467C

RGB

 RED value IS 207 (81.25% from 255) = 51.62%

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

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

R = 51.62%
G = 17.46%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF467C (or 0xCF467C) is known color: Cranberry. HEX triplet: CF, 46 and 7C. RGB value is (207,70,124). Sum of RGB (Red+Green+Blue) = 207+70+124=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF467C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF467C is #30B983. Grayscale: #757575. Windows color (decimal): -3193220 or 8144591. OLE color: 8144591.

HSL color Cylindrical-coordinate representation of color #CF467C: hue angle of 336.35º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF467C is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 70 124 -
CMYK 0 0.66 0.40 0.19
HSL 336.35º 0.59% 0.54% -
HSV(B) 336.35º 0.66% 0.81% -
XYZ 31.56 19.1 21.09 -
YUV 117.12 131.89 192.11 -
System Red Green Blue C M Y K H S L
Decimal 207 70 124 0 0.66 0.40 0.19 336.35 0.59 0.54
Hex CF 46 7C 0 42 28 13 150 3B 36
Octal 317 106 174 0 102 50 23 520 73 66
Binary 11001111 1000110 1111100 0 1000010 101000 10011 101010000 111011 110110

Color Harmonies of #CF467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF467C

Black with #CF467C

Text Example


Text Example

White with #CF467C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF467C; }

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

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

background-color css

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

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

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

border-color css

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

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

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