Html Css Color HEX #CF4376 Cranberry

📋 copy color: '#CF4376'

red 207 ◦ green 67 ◦ blue 118

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

Shades of Cranberry #CF4376

Tints of Cranberry #CF4376

RGB

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

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

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

R = 52.81%
G = 17.09%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF4376 (or 0xCF4376) is known color: Cranberry. HEX triplet: CF, 43 and 76. RGB value is (207,67,118). Sum of RGB (Red+Green+Blue) = 207+67+118=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 67 (26.56% from 255 or 17.09% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4376 is #30BC89. Grayscale: #727272. Windows color (decimal): -3193994 or 7750607. OLE color: 7750607.

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

Color convert

RGB 207 67 118 -
CMYK 0 0.68 0.43 0.19
HSL 338.14º 0.59% 0.54% -
HSV(B) 338.14º 0.68% 0.81% -
XYZ 31.01 18.59 19.09 -
YUV 114.67 129.88 193.85 -
System Red Green Blue C M Y K H S L
Decimal 207 67 118 0 0.68 0.43 0.19 338.14 0.59 0.54
Hex CF 43 76 0 44 2B 13 152 3B 36
Octal 317 103 166 0 104 53 23 522 73 66
Binary 11001111 1000011 1110110 0 1000100 101011 10011 101010010 111011 110110

Color Harmonies of #CF4376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4376

Black with #CF4376

Text Example


Text Example

White with #CF4376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4376; }

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

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

background-color css

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

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

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

border-color css

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

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

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