Html Css Color HEX #CF4A74 Cranberry

📋 copy color: '#CF4A74'

red 207 ◦ green 74 ◦ blue 116

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

Shades of Cranberry #CF4A74

Tints of Cranberry #CF4A74

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.64%

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

R = 52.14%
G = 18.64%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF4A74 (or 0xCF4A74) is known color: Cranberry. HEX triplet: CF, 4A and 74. RGB value is (207,74,116). Sum of RGB (Red+Green+Blue) = 207+74+116=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4A74 is #30B58B. Grayscale: #767676. Windows color (decimal): -3192204 or 7621327. OLE color: 7621327.

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

Color convert

RGB 207 74 116 -
CMYK 0 0.64 0.44 0.19
HSL 341.05º 0.58% 0.55% -
HSV(B) 341.05º 0.64% 0.81% -
XYZ 31.33 19.42 18.62 -
YUV 118.56 126.56 191.08 -
System Red Green Blue C M Y K H S L
Decimal 207 74 116 0 0.64 0.44 0.19 341.05 0.58 0.55
Hex CF 4A 74 0 40 2C 13 155 3A 37
Octal 317 112 164 0 100 54 23 525 72 67
Binary 11001111 1001010 1110100 0 1000000 101100 10011 101010101 111010 110111

Color Harmonies of #CF4A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4A74

Black with #CF4A74

Text Example


Text Example

White with #CF4A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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