Html Css Color HEX #CF537C Cranberry

📋 copy color: '#CF537C'

red 207 ◦ green 83 ◦ blue 124

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

Shades of Cranberry #CF537C

Tints of Cranberry #CF537C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.95%

R = 50%
G = 20.05%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF537C (or 0xCF537C) is known color: Cranberry. HEX triplet: CF, 53 and 7C. RGB value is (207,83,124). Sum of RGB (Red+Green+Blue) = 207+83+124=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF537C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF537C is #30AC83. Grayscale: #7C7C7C. Windows color (decimal): -3189892 or 8147919. OLE color: 8147919.

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

Color convert

RGB 207 83 124 -
CMYK 0 0.60 0.40 0.19
HSL 340.16º 0.56% 0.57% -
HSV(B) 340.16º 0.6% 0.81% -
XYZ 32.46 20.91 21.39 -
YUV 124.75 127.58 186.67 -
System Red Green Blue C M Y K H S L
Decimal 207 83 124 0 0.60 0.40 0.19 340.16 0.56 0.57
Hex CF 53 7C 0 3C 28 13 154 38 39
Octal 317 123 174 0 74 50 23 524 70 71
Binary 11001111 1010011 1111100 0 111100 101000 10011 101010100 111000 111001

Color Harmonies of #CF537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF537C

Black with #CF537C

Text Example


Text Example

White with #CF537C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF537C; }

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

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

background-color css

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

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

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

border-color css

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

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

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