Html Css Color HEX #CF4374 Cranberry

📋 copy color: '#CF4374'

red 207 ◦ green 67 ◦ blue 116

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

Shades of Cranberry #CF4374

Tints of Cranberry #CF4374

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.18%

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

R = 53.08%
G = 17.18%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF4374 (or 0xCF4374) is known color: Cranberry. HEX triplet: CF, 43 and 74. RGB value is (207,67,116). Sum of RGB (Red+Green+Blue) = 207+67+116=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 67 (26.56% from 255 or 17.18% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4374 is #30BC8B. Grayscale: #727272. Windows color (decimal): -3193996 or 7619535. OLE color: 7619535.

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

Color convert

RGB 207 67 116 -
CMYK 0 0.68 0.44 0.19
HSL 339º 0.59% 0.54% -
HSV(B) 339º 0.68% 0.81% -
XYZ 30.89 18.54 18.47 -
YUV 114.45 128.88 194.02 -
System Red Green Blue C M Y K H S L
Decimal 207 67 116 0 0.68 0.44 0.19 339 0.59 0.54
Hex CF 43 74 0 44 2C 13 153 3B 36
Octal 317 103 164 0 104 54 23 523 73 66
Binary 11001111 1000011 1110100 0 1000100 101100 10011 101010011 111011 110110

Color Harmonies of #CF4374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4374

Black with #CF4374

Text Example


Text Example

White with #CF4374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4374; }

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

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

background-color css

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

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

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

border-color css

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

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

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