Html Css Color HEX #CF4173 Cranberry

📋 copy color: '#CF4173'

red 207 ◦ green 65 ◦ blue 115

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

Shades of Cranberry #CF4173

Tints of Cranberry #CF4173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.72%

R = 53.49%
G = 16.8%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF4173 (or 0xCF4173) is known color: Cranberry. HEX triplet: CF, 41 and 73. RGB value is (207,65,115). Sum of RGB (Red+Green+Blue) = 207+65+115=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4173 is #30BE8C. Grayscale: #717171. Windows color (decimal): -3194509 or 7553487. OLE color: 7553487.

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

Color convert

RGB 207 65 115 -
CMYK 0 0.69 0.44 0.19
HSL 338.87º 0.6% 0.53% -
HSV(B) 338.87º 0.69% 0.81% -
XYZ 30.72 18.28 18.13 -
YUV 113.16 129.04 194.93 -
System Red Green Blue C M Y K H S L
Decimal 207 65 115 0 0.69 0.44 0.19 338.87 0.6 0.53
Hex CF 41 73 0 45 2C 13 153 3C 35
Octal 317 101 163 0 105 54 23 523 74 65
Binary 11001111 1000001 1110011 0 1000101 101100 10011 101010011 111100 110101

Color Harmonies of #CF4173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4173

Black with #CF4173

Text Example


Text Example

White with #CF4173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4173; }

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

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

background-color css

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

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

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

border-color css

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

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

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