Html Css Color HEX #CF4974 Cranberry

📋 copy color: '#CF4974'

red 207 ◦ green 73 ◦ blue 116

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

Shades of Cranberry #CF4974

Tints of Cranberry #CF4974

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.43%

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

R = 52.27%
G = 18.43%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF4974 (or 0xCF4974) is known color: Cranberry. HEX triplet: CF, 49 and 74. RGB value is (207,73,116). Sum of RGB (Red+Green+Blue) = 207+73+116=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4974 is #30B68B. Grayscale: #757575. Windows color (decimal): -3192460 or 7621071. OLE color: 7621071.

HSL color Cylindrical-coordinate representation of color #CF4974: hue angle of 340.75º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF4974 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 73 116 -
CMYK 0 0.65 0.44 0.19
HSL 340.75º 0.58% 0.55% -
HSV(B) 340.75º 0.65% 0.81% -
XYZ 31.27 19.29 18.6 -
YUV 117.97 126.89 191.5 -
System Red Green Blue C M Y K H S L
Decimal 207 73 116 0 0.65 0.44 0.19 340.75 0.58 0.55
Hex CF 49 74 0 41 2C 13 155 3A 37
Octal 317 111 164 0 101 54 23 525 72 67
Binary 11001111 1001001 1110100 0 1000001 101100 10011 101010101 111010 110111

Color Harmonies of #CF4974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4974

Black with #CF4974

Text Example


Text Example

White with #CF4974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4974; }

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

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

background-color css

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

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

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

border-color css

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

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

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