Html Css Color HEX #CF5377 Cranberry

📋 copy color: '#CF5377'

red 207 ◦ green 83 ◦ blue 119

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

Shades of Cranberry #CF5377

Tints of Cranberry #CF5377

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.29%

 BLUE value IS 119 (46.88% from 255) = 29.1%

R = 50.61%
G = 20.29%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF5377 (or 0xCF5377) is known color: Cranberry. HEX triplet: CF, 53 and 77. RGB value is (207,83,119). Sum of RGB (Red+Green+Blue) = 207+83+119=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5377 is #30AC88. Grayscale: #7C7C7C. Windows color (decimal): -3189897 or 7820239. OLE color: 7820239.

HSL color Cylindrical-coordinate representation of color #CF5377: hue angle of 342.58º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF5377 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 83 119 -
CMYK 0 0.60 0.43 0.19
HSL 342.58º 0.56% 0.57% -
HSV(B) 342.58º 0.6% 0.81% -
XYZ 32.16 20.78 19.77 -
YUV 124.18 125.08 187.07 -
System Red Green Blue C M Y K H S L
Decimal 207 83 119 0 0.60 0.43 0.19 342.58 0.56 0.57
Hex CF 53 77 0 3C 2B 13 157 38 39
Octal 317 123 167 0 74 53 23 527 70 71
Binary 11001111 1010011 1110111 0 111100 101011 10011 101010111 111000 111001

Color Harmonies of #CF5377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5377

Black with #CF5377

Text Example


Text Example

White with #CF5377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5377; }

 p { color: rgb(207,83,119); }

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

background-color css

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

 a { background-color: rgb(207,83,119); }

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

border-color css

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

 span { border-color: rgb(207,83,119); }

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