Html Css Color HEX #CF4272 Cranberry

📋 copy color: '#CF4272'

red 207 ◦ green 66 ◦ blue 114

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

Shades of Cranberry #CF4272

Tints of Cranberry #CF4272

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.05%

 BLUE value IS 114 (44.92% from 255) = 29.46%

R = 53.49%
G = 17.05%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF4272 (or 0xCF4272) is known color: Cranberry. HEX triplet: CF, 42 and 72. RGB value is (207,66,114). Sum of RGB (Red+Green+Blue) = 207+66+114=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4272 is #30BD8D. Grayscale: #717171. Windows color (decimal): -3194254 or 7488207. OLE color: 7488207.

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

Color convert

RGB 207 66 114 -
CMYK 0 0.68 0.45 0.19
HSL 339.57º 0.59% 0.54% -
HSV(B) 339.57º 0.68% 0.81% -
XYZ 30.72 18.38 17.85 -
YUV 113.63 128.21 194.6 -
System Red Green Blue C M Y K H S L
Decimal 207 66 114 0 0.68 0.45 0.19 339.57 0.59 0.54
Hex CF 42 72 0 44 2D 13 154 3B 36
Octal 317 102 162 0 104 55 23 524 73 66
Binary 11001111 1000010 1110010 0 1000100 101101 10011 101010100 111011 110110

Color Harmonies of #CF4272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4272

Black with #CF4272

Text Example


Text Example

White with #CF4272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4272; }

 p { color: rgb(207,66,114); }

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

background-color css

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

 a { background-color: rgb(207,66,114); }

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

border-color css

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

 span { border-color: rgb(207,66,114); }

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