Html Css Color HEX #CF4673 Cranberry

📋 copy color: '#CF4673'

red 207 ◦ green 70 ◦ blue 115

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

Shades of Cranberry #CF4673

Tints of Cranberry #CF4673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.34%

R = 52.81%
G = 17.86%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF4673 (or 0xCF4673) is known color: Cranberry. HEX triplet: CF, 46 and 73. RGB value is (207,70,115). Sum of RGB (Red+Green+Blue) = 207+70+115=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4673 is #30B98C. Grayscale: #747474. Windows color (decimal): -3193229 or 7554767. OLE color: 7554767.

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

Color convert

RGB 207 70 115 -
CMYK 0 0.66 0.44 0.19
HSL 340.29º 0.59% 0.54% -
HSV(B) 340.29º 0.66% 0.81% -
XYZ 31.02 18.88 18.23 -
YUV 116.09 127.39 192.84 -
System Red Green Blue C M Y K H S L
Decimal 207 70 115 0 0.66 0.44 0.19 340.29 0.59 0.54
Hex CF 46 73 0 42 2C 13 154 3B 36
Octal 317 106 163 0 102 54 23 524 73 66
Binary 11001111 1000110 1110011 0 1000010 101100 10011 101010100 111011 110110

Color Harmonies of #CF4673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4673

Black with #CF4673

Text Example


Text Example

White with #CF4673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4673; }

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

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

background-color css

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

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

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

border-color css

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

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

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