Html Css Color HEX #CF4474 Cranberry

📋 copy color: '#CF4474'

red 207 ◦ green 68 ◦ blue 116

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

Shades of Cranberry #CF4474

Tints of Cranberry #CF4474

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.39%

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

R = 52.94%
G = 17.39%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF4474 (or 0xCF4474) is known color: Cranberry. HEX triplet: CF, 44 and 74. RGB value is (207,68,116). Sum of RGB (Red+Green+Blue) = 207+68+116=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4474 is #30BB8B. Grayscale: #727272. Windows color (decimal): -3193740 or 7619791. OLE color: 7619791.

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

Color convert

RGB 207 68 116 -
CMYK 0 0.67 0.44 0.19
HSL 339.28º 0.59% 0.54% -
HSV(B) 339.28º 0.67% 0.81% -
XYZ 30.95 18.66 18.49 -
YUV 115.03 128.55 193.6 -
System Red Green Blue C M Y K H S L
Decimal 207 68 116 0 0.67 0.44 0.19 339.28 0.59 0.54
Hex CF 44 74 0 43 2C 13 153 3B 36
Octal 317 104 164 0 103 54 23 523 73 66
Binary 11001111 1000100 1110100 0 1000011 101100 10011 101010011 111011 110110

Color Harmonies of #CF4474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4474

Black with #CF4474

Text Example


Text Example

White with #CF4474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4474; }

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

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

background-color css

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

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

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

border-color css

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

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

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