Html Css Color HEX #CF4172 Cranberry

📋 copy color: '#CF4172'

red 207 ◦ green 65 ◦ blue 114

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

Shades of Cranberry #CF4172

Tints of Cranberry #CF4172

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.84%

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

R = 53.63%
G = 16.84%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF4172 (or 0xCF4172) is known color: Cranberry. HEX triplet: CF, 41 and 72. RGB value is (207,65,114). Sum of RGB (Red+Green+Blue) = 207+65+114=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4172 is #30BE8D. Grayscale: #707070. Windows color (decimal): -3194510 or 7487951. OLE color: 7487951.

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

Color convert

RGB 207 65 114 -
CMYK 0 0.69 0.45 0.19
HSL 339.3º 0.6% 0.53% -
HSV(B) 339.3º 0.69% 0.81% -
XYZ 30.66 18.26 17.83 -
YUV 113.04 128.54 195.02 -
System Red Green Blue C M Y K H S L
Decimal 207 65 114 0 0.69 0.45 0.19 339.3 0.6 0.53
Hex CF 41 72 0 45 2D 13 153 3C 35
Octal 317 101 162 0 105 55 23 523 74 65
Binary 11001111 1000001 1110010 0 1000101 101101 10011 101010011 111100 110101

Color Harmonies of #CF4172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4172

Black with #CF4172

Text Example


Text Example

White with #CF4172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4172; }

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

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

background-color css

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

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

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

border-color css

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

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

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