Html Css Color HEX #CF4A76 Cranberry

📋 copy color: '#CF4A76'

red 207 ◦ green 74 ◦ blue 118

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

Shades of Cranberry #CF4A76

Tints of Cranberry #CF4A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.57%

R = 51.88%
G = 18.55%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF4A76 (or 0xCF4A76) is known color: Cranberry. HEX triplet: CF, 4A and 76. RGB value is (207,74,118). Sum of RGB (Red+Green+Blue) = 207+74+118=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4A76 is #30B589. Grayscale: #767676. Windows color (decimal): -3192202 or 7752399. OLE color: 7752399.

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

Color convert

RGB 207 74 118 -
CMYK 0 0.64 0.43 0.19
HSL 340.15º 0.58% 0.55% -
HSV(B) 340.15º 0.64% 0.81% -
XYZ 31.45 19.47 19.24 -
YUV 118.78 127.56 190.92 -
System Red Green Blue C M Y K H S L
Decimal 207 74 118 0 0.64 0.43 0.19 340.15 0.58 0.55
Hex CF 4A 76 0 40 2B 13 154 3A 37
Octal 317 112 166 0 100 53 23 524 72 67
Binary 11001111 1001010 1110110 0 1000000 101011 10011 101010100 111010 110111

Color Harmonies of #CF4A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4A76

Black with #CF4A76

Text Example


Text Example

White with #CF4A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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