Html Css Color HEX #CF4674 Cranberry

📋 copy color: '#CF4674'

red 207 ◦ green 70 ◦ blue 116

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

Shades of Cranberry #CF4674

Tints of Cranberry #CF4674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.52%

R = 52.67%
G = 17.81%
B = 29.52%

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

#CF4674 (or 0xCF4674) is known color: Cranberry. HEX triplet: CF, 46 and 74. RGB value is (207,70,116). Sum of RGB (Red+Green+Blue) = 207+70+116=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4674 is #30B98B. Grayscale: #747474. Windows color (decimal): -3193228 or 7620303. OLE color: 7620303.

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

Color convert

RGB 207 70 116 -
CMYK 0 0.66 0.44 0.19
HSL 339.85º 0.59% 0.54% -
HSV(B) 339.85º 0.66% 0.81% -
XYZ 31.07 18.91 18.53 -
YUV 116.21 127.89 192.76 -
System Red Green Blue C M Y K H S L
Decimal 207 70 116 0 0.66 0.44 0.19 339.85 0.59 0.54
Hex CF 46 74 0 42 2C 13 154 3B 36
Octal 317 106 164 0 102 54 23 524 73 66
Binary 11001111 1000110 1110100 0 1000010 101100 10011 101010100 111011 110110

Color Harmonies of #CF4674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4674

Black with #CF4674

Text Example


Text Example

White with #CF4674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4674; }

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

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

background-color css

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

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

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

border-color css

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

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

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